summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* Bump version and update changelog.release_1.3.7John Szakmeister2015-06-021-1/+1
* Fix some logging and formatting with a recent loader change.John Szakmeister2015-06-011-6/+4
* Fix loading packages from capitalised package on WindowsThomas Kluyver2015-05-311-2/+2
* Bump version to 1.3.6.release_1.3.6John Szakmeister2015-04-041-1/+1
* Update version in nose.release_1.3.5John Szakmeister2015-04-041-1/+1
* Merge pull request #841 from fellowshipofone/masterJohn Szakmeister2015-04-041-13/+31
|\
| * [plugins] Move `is_worker` backNicolas Grasset2014-09-121-1/+1
| * [plugins] Handle multiprocess & cover togetherNicolas Grasset2014-09-121-13/+31
* | move is_executable to nose.utilArnon Yaari2015-03-192-10/+10
* | Fix #131 - use os.stat to check if file is executableArnon Yaari2015-03-181-1/+9
* | Fix #887: Py 2 vs 3: test name discrepancyJohn Szakmeister2015-03-171-0/+1
* | Fix #875: nose doesn't collect tests when subpackage is given as argJohn Szakmeister2015-01-251-5/+5
* | Strip trailing whitespace from loader.py.John Szakmeister2015-01-251-12/+12
* | Fix #859 Xunit plug-in not able to change testsuite nameGaurang0332014-12-141-2/+14
* | Fix #809: Tests not discovered for namespace packages on WindowsJohn Szakmeister2014-10-241-1/+7
* | Fix #815: "ValueError: unsupported pickle protocol" with --with-id...John Szakmeister2014-10-241-0/+5
* | Merge pull request #832 from BME-IK/fix-w-error-msgJohn Szakmeister2014-10-241-1/+1
|\ \ | |/ |/|
| * Show ValueError about -w path name in quotes.Őry Máté2014-08-131-1/+1
* | Update the version number and the NEWS.release_1.3.4John Szakmeister2014-08-241-1/+1
|/
* 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
|\ \ \