mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
b71b9b9da2
add 'test' directive to Makefile to run tests
5 lines
43 B
Makefile
5 lines
43 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
py.test -q tests/*.py
|