5 lines
62 B
Makefile
5 lines
62 B
Makefile
|
|
.PHONY: test
|
||
|
|
|
||
|
|
test:
|
||
|
|
python3 -m unittest discover -s tests -v
|