https://github.com/bukosabino/ta
Revision 913bec63736d9a83f287e2417b3938b78350d0ca authored by Bukosabino on 04 May 2020, 10:08:53 UTC, committed by Bukosabino on 04 May 2020, 10:08:53 UTC
1 parent 517c50c
Raw File
Tip revision: 913bec63736d9a83f287e2417b3938b78350d0ca authored by Bukosabino on 04 May 2020, 10:08:53 UTC
refactor code
Tip revision: 913bec6
tests.py
from unittest import main


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