4 lines
44 B
Makefile
4 lines
44 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
python3 -m pytest test/
|