Correction execution des tests

Cette révision appartient à :
wpetit 2017-02-16 10:03:38 +01:00
Parent e58ab60bd8
révision 0bf686d5f3
2 fichiers modifiés avec 3 ajouts et 2 suppressions

Voir le fichier

@ -1,2 +1,3 @@
.PHONY: test
test:
python3 -m unittest discover test "*_test.py"
python3 -m unittest discover "./test" "*_test.py"

Voir le fichier

@ -9,7 +9,7 @@ class TestPackage(unittest.TestCase):
parser = package.create_args_parser()
def test_download_and_extract_rkt(self):
"""TODO"""
if __name__ == '__main__':