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

Don't display docstrings when talking about tests, use real test names.
This commit is contained in:
Ned Batchelder
2013-07-09 10:58:05 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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
#pdb=1