Correction execution des tests

このコミットが含まれているのは:
wpetit 2017-02-16 10:03:38 +01:00
コミット 0bf686d5f3
2個のファイルの変更3行の追加2行の削除

ファイルの表示

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

ファイルの表示

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