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