7 lines
47 B
Makefile
7 lines
47 B
Makefile
|
|
||
|
.PHONY: test
|
||
|
|
||
|
test:
|
||
|
python3 -m pytest test/
|
||
|
|