mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
Add Makefile to ease testing
add 'test' directive to Makefile to run tests
This commit is contained in:
parent
5287b001c6
commit
b71b9b9da2
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.PHONY: test
|
||||
|
||||
test:
|
||||
py.test -q tests/*.py
|
||||
Loading…
Reference in a new issue