https://github.com/bukosabino/ta
Raw File
Tip revision: a62ea5b2c2d87cb455977564a2d01bd7060ddea9 authored by Darío López Padial on 09 May 2020, 22:29:27 UTC
Merge pull request #154 from bukosabino/develop
Tip revision: a62ea5b
tests.py
from unittest import main


if __name__ == "__main__":
    main(module='ta.tests', exit=False)
back to top