Skip to content

Commit

Permalink
Merge pull request #356 from edx/ned/ignore-docstrings-from-nose
Browse files Browse the repository at this point in the history
Don't display docstrings when talking about tests, use real test names.
  • Loading branch information
nedbat committed Jul 9, 2013
2 parents 96d7149 + 6a7e291 commit a6a266d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6a266d

Please sign in to comment.