5 lines
78 B
Makefile
5 lines
78 B
Makefile
|
|
.PHONY: test
|
||
|
|
|
||
|
|
test:
|
||
|
|
python -m unittest discover -s tests/unit -p "test_*.py"
|