mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
4 lines
43 B
Makefile
4 lines
43 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
py.test -q tests/*.py
|