mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
5 lines
43 B
Makefile
5 lines
43 B
Makefile
|
.PHONY: test
|
||
|
|
||
|
test:
|
||
|
py.test -q tests/*.py
|