mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-06 12:25:59 +03:00
5 lines
43 B
Makefile
5 lines
43 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
py.test -q tests/*.py
|