Commit 68849266 by Oleg Marshev

Ignore docstrings in tests when fail.

parent ed625054
......@@ -3,7 +3,7 @@ PACKAGES = notesserver notesapi
test: clean test-local coverage
test-local:
./manage.py test --settings=notesserver.settings.test --with-coverage \
./manage.py test --settings=notesserver.settings.test --with-coverage --with-ignore-docstrings \
--exclude-dir=notesserver/settings --cover-inclusive --cover-branches \
--cover-html --cover-html-dir=coverage/html/ \
--cover-xml --cover-xml-file=coverage/coverage.xml \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment