fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Audience and thema editing.
[redakcja.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
304f5db
..
34f331a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,7
+10,13
@@
deploy: src/redakcja/localsettings.py
.ONESHELL:
test:
cd src
.ONESHELL:
test:
cd src
- coverage run --branch --source='.' ./manage.py test --settings=redakcja.settings.test; true
+ ./manage.py test --settings=redakcja.settings.test
+
+
+.ONESHELL:
+test_full:
+ cd src
+ coverage run --branch --source='.' ./manage.py test --settings=redakcja.settings.test_full; true
coverage html -d ../htmlcov.new
rm -rf ../htmlcov
mv ../htmlcov.new ../htmlcov
coverage html -d ../htmlcov.new
rm -rf ../htmlcov
mv ../htmlcov.new ../htmlcov