mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
5 lines
43 B
Makefile
5 lines
43 B
Makefile
|
.PHONY: test
|
||
|
|
||
|
test:
|
||
|
py.test -q tests/*.py
|