summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* Set __qualname__ equal to __name__ on derived classesDmitry Shachnev2016-02-011-0/+1
* FIX: Add simple testEric Larson2016-01-271-2/+16
* STY: No double negativeEric Larson2016-01-271-3/+3
* ENH: Allow not printing coverage reportEric Larson2016-01-271-22/+13
* Use a new test loader for each queue item.Harry Kao2015-12-221-2/+2
* Merge an amended version of #896.John Szakmeister2015-11-281-3/+12
|\
| * Adds an option to specify the location of the coverage config file.Brian Reinhart2015-11-281-3/+12
* | feat: adds an option that allows prefixing the class name in an xunit reportJoscha Feth2015-11-291-3/+23
|/
* capture: copy encoding and errors from from sys.stdout, if availableJohn Szakmeister2015-11-281-2/+9
* fake stdout should always have encoding attributeMatt Chisholm2015-11-281-0/+2
* Merge an amended version of #945.John Szakmeister2015-11-281-2/+3
|\
| * BUG: Tee doesn't have encoding or errors attrs.Prabhu Ramachandran2015-08-271-2/+3
* | Merge pull request #948 from adamchainz/logcapture_propagate_falseJohn Szakmeister2015-11-281-0/+7
|\ \
| * | Fix logcapture plugin to capture output from non-propagating loggers, and to ...Adam Chainz2015-09-041-0/+7
| |/
* | testid: don't traceback if the idfile doesn't existJohn Szakmeister2015-11-281-27/+28
* | Close idfile object in a finally clauseRenzo Lucioni2015-11-281-2/+3
* | Merge pull request #951 from LewisHaley/fix-test-repr-with-mutable-argsJohn Szakmeister2015-11-281-29/+21
|\ \
| * | case.{Function,Method}TestCase: deobfuscate references to self.arg_reprLewis Haley2015-11-101-29/+19
| * | nose/case.{Function,Method}TestCase: have consistent __repr__Lewis Haley2015-10-161-6/+8
| |/
* | Merge pull request #950 from kengruven/masterJohn Szakmeister2015-11-183-4/+6
|\ \
| * | Fix OptBucket for Python 2.6Ken Harris2015-11-111-2/+3
| * | Escape backslashes for Sphinx, in OptBucketKen Harris2015-11-111-0/+2
| * | Fix default testMatch in usage.txtKen Harris2015-11-111-1/+1
| * | Update Config class docstring for 'testMatch'Ken Harris2015-09-241-1/+1
| * | Fix NOSE_TESTMATCH default regex.Ken Harris2015-09-151-3/+2
| |/
* | Merge pull request #940 from alexandre-figura/masterJohn Szakmeister2015-10-211-2/+0
|\ \
| * | nose.suite: Clean up forgotten set_trace()Alexandre Figura2015-08-191-2/+0
| |/
* | Fix #931: duplicate __init__ modules can be picked upJohn Szakmeister2015-10-201-1/+3
|/
* Merge pull request #937 from nwlunatic/masterJohn Szakmeister2015-08-181-1/+1
|\
| * fix 3rd party plugin override builtin pluginIgor Pavlov2015-08-181-1/+1
* | nose/suite: mixedSuites: avoid no-op makeSuiteAlon Levy2015-08-101-1/+1
|/
* 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
|/