Skip to content
Snippets Groups Projects
Commit 6a7e291f authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Don't display docstrings when talking about tests, use real test names.

parent 96d71494
No related branches found
No related tags found
No related merge requests found
......@@ -82,5 +82,6 @@ django_nose==1.1
django-jasmine==0.3.2
django_debug_toolbar
django-debug-toolbar-mongo
nose-ignore-docstring
git+https://github.com/mfogel/django-settings-context-processor.git
......@@ -2,6 +2,7 @@
logging-clear-handlers=1
with-xunit=1
rednose=1
with-ignore-docstrings=1
# Uncomment the following line to open pdb when a test fails
#pdb=1
\ No newline at end of file
#pdb=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment