Correction execution des tests
This commit is contained in:
parent
e58ab60bd8
commit
0bf686d5f3
3
Makefile
3
Makefile
|
@ -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__':
|
||||
|
|
Loading…
Reference in New Issue