https://github.com/bukosabino/ta
Raw File
Tip revision: 4dae2e1fa11caa1038a8ccf7c0343f1e4cb3220f authored by Darío López Padial on 29 March 2020, 17:30:00 UTC
Update release.md
Tip revision: 4dae2e1
tests.py
from unittest import main


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