Commit a6a266d7 by Ned Batchelder

Merge pull request #356 from edx/ned/ignore-docstrings-from-nose

Don't display docstrings when talking about tests, use real test names.
parents 96d71494 6a7e291f
......@@ -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
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