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