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