summaryrefslogtreecommitdiff
path: root/nose/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fix 3rd party plugin override builtin pluginIgor Pavlov2015-08-181-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
* | Fix #859 Xunit plug-in not able to change testsuite nameGaurang0332014-12-141-2/+14
* | Fix #815: "ValueError: unsupported pickle protocol" with --with-id...John Szakmeister2014-10-241-0/+5
|/
* 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
|/
* Fix #779: xunit report file is written in --where directoryJohn Szakmeister2014-04-201-1/+1
* Fix plugin test interface documentation. #773diminoten2014-02-191-2/+2
* 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 #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
| |/
* | Merge pull request #699 from ianw/skiptest-exceptionJohn Szakmeister2014-01-091-6/+13
|\ \
| * | Look for unittest2 in skip pluginIan Wienand2013-06-201-6/+13
* | | 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-213-61/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-112-50/+4
| * | | Fix #692: UnicodeDecodeError in xunit when capturing stdout and stderrJohn Szakmeister2013-08-111-23/+31
| * | | Fix #693: Python 2.4 incompatibilitiesJohn Szakmeister2013-08-111-1/+2
* | | | Don't save zero-byte xunit test reportsDan Savilonis2013-08-051-2/+3
|/ / /
* | | Add a fake isatty() method to Tee.Jimmy Wennlund2013-06-261-0/+4
* | | Fix #700: Tee is missing the writelines() method.John Szakmeister2013-06-261-0/+4
| |/ |/|
* | Merge pull request #684 from jszakmeister/fix-xunit-unicodeJohn Szakmeister2013-06-011-3/+4
|\ \
| * | Fix #680: xunit problem with unicode on stdoutJohn Szakmeister2013-05-071-1/+1
| * | xunit: don't claim to take multiple args in Tee.write()John Szakmeister2013-05-071-2/+3
* | | Merge pull request #686 from jszakmeister/fix-issue-649John Szakmeister2013-06-011-1/+6
|\ \ \