mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
5 lines
43 B
Makefile
5 lines
43 B
Makefile
|
|
.PHONY: test
|
||
|
|
|
||
|
|
test:
|
||
|
|
py.test -q tests/*.py
|