summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #798 from dplepage/masterJohn Szakmeister2014-08-111-11/+12
|\
| * Recognize doctest options defined in other plugins.Daniel Lepage2014-08-101-11/+12
* | Merge pull request #799 from danudey/masterJohn Szakmeister2014-08-101-1/+1
|\ \
| * | Fix typo in log capture helpDan Udey2014-04-281-1/+1
| |/
* | Fix Testid docsamatellanes2014-06-241-4/+4
* | Switch ContextSuite to use super() to keep the init-sequence correct.John Szakmeister2014-05-201-1/+1
* | Call super in LazySuite to access _removed_tests variableRobert Kuska2014-05-191-0/+1
* | Fix for try_run when using bound methodsChristian Lyder Jacobsen2014-05-081-1/+1
* | Bump the version number and update NEWS.release_1.3.3John Szakmeister2014-05-061-1/+1
|/
* Fix #779: xunit report file is written in --where directoryJohn Szakmeister2014-04-201-1/+1
* Fix #792: "Not a directory" error when using python setup.py nosetestsJohn Szakmeister2014-04-201-1/+4
* Fix a traceback when using string exceptions.John Szakmeister2014-04-181-1/+1
* Merge pull request #790 from mr-c/fix/nosetest-setup.cfg-ignoreJohn Szakmeister2014-04-101-8/+12
|\
| * setuptools nosetest command breaks build_ext due to setup.cfg configuration n...Michael R. Crusoe2014-03-271-8/+12
* | Merge pull request #787 from AntoineD/masterJohn Szakmeister2014-04-101-2/+2
|\ \
| * | Fix #786: generator method fails with callable instanceAntoine Dechaume2014-04-101-2/+2
* | | Fix try_run on pypy.John Szakmeister2014-03-281-5/+4
| |/ |/|
* | Fix #783: try_run is broken with Python 3.4John Szakmeister2014-03-191-1/+3
* | Fix #780: only set im_class in Python 2.xJohn Szakmeister2014-03-191-1/+2
|/
* Update the version in the CHANGELOG and in Nose.John Szakmeister2014-03-101-1/+1
* Merge pull request #775 from diminoten/masterJohn Szakmeister2014-02-201-2/+2
|\
| * Fix plugin test interface documentation. #773diminoten2014-02-191-2/+2
* | Fix #728: attrib plugin rejects any staticmethodJohn Szakmeister2014-02-201-0/+1
* | Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-201-5/+3
|/
* Fix a typo in the help for --cover-min-percentage.John Szakmeister2014-02-191-1/+1
* Fix #690: Don't traceback when coverage reports fail.John Szakmeister2014-02-131-2/+11
* Merge pull request #682 from kevinjqiu/ignore-keyboard-interruptJohn Szakmeister2014-02-121-1/+4
|\
| * Catch KeyboardInterrupt during test run...Kevin Qiu2013-05-021-1/+4
* | Merge pull request #739 from chebee7i/cover_packageJohn Szakmeister2014-02-121-1/+2
|\ \
| * | Instruct coverage instance to cover requested packages only.chebee7i2013-10-181-1/+2
* | | Merge pull request #727 from malthe/fix-builtin-filteringJohn Szakmeister2014-02-121-1/+2
|\ \ \
| * | | Fixed issue with builtin filtering.Malthe Borch2014-02-121-1/+2
* | | | Add note about tests being ignored from +x files.Michael Dunn2014-01-311-0/+5
* | | | Fix the test failures in issue 759.Barry Warsaw2014-01-142-3/+1
* | | | Merge pull request #699 from ianw/skiptest-exceptionJohn Szakmeister2014-01-091-6/+13
|\ \ \ \
| * | | | Look for unittest2 in skip pluginIan Wienand2013-06-201-6/+13
* | | | | Fix #501: Imported test generators are treated as simple test functionsJohn Szakmeister2014-01-081-2/+7
* | | | | Merge pull request #750 from AndreLouisCaron/fix-xunit-capture-stackJohn Szakmeister2013-11-261-0/+3
|\ \ \ \ \
| * | | | | Fixes issue #749.Andre Caron2013-11-251-0/+3
* | | | | | Merge pull request #724 from jszakmeister/fix-some-unicode-errorsJohn Szakmeister2013-10-215-63/+92
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | pyversion: minor fixes to exc_to_unicodeJohn Szakmeister2013-10-211-27/+21
| * | | | | pyversion: try unicode() before stringifying in force_unicode()John Szakmeister2013-08-301-5/+11
| * | | | | Fix #720: nose with detailed errors raises encoding errorJohn Szakmeister2013-08-111-3/+5
| * | | | | Centralize some unicode and exception helpers into pyversion.John Szakmeister2013-08-113-51/+59
| * | | | | Fix #692: UnicodeDecodeError in xunit when capturing stdout and stderrJohn Szakmeister2013-08-111-23/+31
| * | | | | Fix #693: Python 2.4 incompatibilitiesJohn Szakmeister2013-08-113-3/+14
* | | | | | Merge pull request #685 from lukaszb/ignore-config-filesJohn Szakmeister2013-09-211-1/+8
|\ \ \ \ \ \
| * | | | | | Added NOSE_IGNORE_CONFIG_FILES as env variable optionLukasz Balcerzak2013-05-091-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #719 from pib/init_prefix_bugPhilip Jenvey2013-08-301-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Just check for __init__.py insteadPaul Bonser2013-07-311-1/+1
| | |/ / / | |/| | |