forked from CGM_Public/pretix_original
Add testing commands to makefile
This commit is contained in:
@@ -12,3 +12,9 @@ staticfiles:
|
||||
|
||||
compress:
|
||||
./manage.py compress
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
coverage:
|
||||
coverage run -m py.test
|
||||
|
||||
Reference in New Issue
Block a user