summaryrefslogtreecommitdiff
path: root/nose/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix #649: UnicodeDecodeError when an exception contains encoded stringsJohn Szakmeister2013-05-091-1/+6
| |/ /
* | | Merge pull request #666 from Infinidat/366John Szakmeister2013-05-281-5/+10
|\ \ \ | |/ / |/| |
| * | Change options of pdb pluginwiggin152013-04-081-5/+10
| |/
* | Fix #447: doctests fail when getpackage() returns NoneMatthew Brett2013-04-151-0/+2
|/
* Merge pull request #625 from Infinidat/masterJohn Szakmeister2013-04-071-1/+3
|\
| * test errors against BaseException in capture.pywiggin152013-03-171-1/+3
* | Merge pull request #492 from abeld/formatFailure-doc-fixesJohn Szakmeister2013-04-051-7/+4
|\ \
| * | Fix docs describing the arguments of formatFailure and formatErrorDaniel Abel2013-04-051-7/+4
* | | Merge pull request #650 from bwbaugh/cover-docstringJP2013-03-231-1/+1
|\ \ \
| * | | Fix spelling option names in docstringWesley Baugh2013-03-141-1/+1
* | | | Make test_multiprocessing.test_keyboardinterrupt much more reliable.John Szakmeister2013-03-181-0/+1
| |_|/ |/| |
* | | Merge pull request #639 from jszakmeister/coverage-fixesJohn Szakmeister2013-03-171-3/+12
|\ \ \
| * | | Fix --cover-min-percentage with single packages.John Szakmeister2013-03-031-1/+10
| * | | Fix --cover-min-percentage with --cover-branchesB. W. Baugh2013-03-031-3/+3
* | | | Correctly detect the coverage module under Python 3.3.John Szakmeister2013-03-151-0/+2
| |/ / |/| |
* | | Document default value of --process-timeoutTakafumi Arakaki2013-03-041-1/+2
* | | Document what --processes=0 doesTakafumi Arakaki2013-03-041-1/+3
|/ /
* | Merge pull request #553 from Infinidat/masterJohn Szakmeister2013-02-101-8/+8
|\ \
| * | fix documentation in plugin interfaceArnon Yaari2013-01-281-8/+8
* | | Merge pull request #603 from saschpe/master-plugin-failuredetail-no-tbJohn Szakmeister2013-02-081-2/+6
|\ \ \ | |/ / |/| |
| * | Fix formatFailure expection if missing tb in exc_infoSascha Peilicke2013-01-181-2/+6
* | | Merge pull request #520 from Bahus/patch-1John Szakmeister2013-01-211-1/+5
|\ \ \ | |/ / |/| |
| * | Bugfix for the issue #109: Fails to properly parse NOSE_COVER_PACKAGE environ...Churkin Oleg2012-06-011-1/+5
* | | Fix #134: Stop xunit from completely dying if it encounters an errorJohn Szakmeister2012-12-211-2/+15
* | | Shunt any results of running a test case in Python 3.3.John Szakmeister2012-12-102-3/+3
* | | Merge pull request #562 from santtu/masterJP2012-10-301-7/+9
|\ \ \
| * | | Format captured log records immediately to have consistent formatting of muta...Santeri Paavolainen2012-09-301-7/+9
* | | | Merge pull request #564 from jszakmeister/xunit-capture-stdoutJP2012-10-113-7/+73
|\ \ \ \
| * | | | xunit: tee stderr as wellJohn Szakmeister2012-10-051-16/+31
| * | | | xunit: add the flush method to the Tee classJohn Szakmeister2012-10-051-0/+4
| * | | | Adjust the ordering to leave Xunit earlier in the process.John Szakmeister2012-10-023-3/+3
| * | | | xunit: capture stdout out into the system-out tagJohn Szakmeister2012-10-021-5/+52
| |/ / /
* | | | Merge pull request #517 from myint/cpu_countJP2012-10-011-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Document the negative "--processes" casemyint2012-05-131-0/+5
| * | | Move cpu_count() call to after import checkmyint2012-05-121-6/+7
| * | | Handle case where there is no multiprocessingmyint2012-05-121-1/+1
| * | | Handle "--multiprocessing=-1" casemyint2012-05-121-0/+6
| |/ /
* | | more testsDomen Kožar2012-08-181-1/+1
* | | look for line with TOTALDomen Kožar2012-08-131-1/+1
* | | add --cover-min-percentage support to cover plugin.Domen Kožar2012-08-131-0/+25
|/ /
* | Doctest configuration optionflags. Patch from google code - closes GH issue #7Michael Forbes2012-02-121-3/+27
* | Merge remote branch 'arachtchoupani/logcapture_loglevel' into merge-493JP2012-01-271-1/+7
|\ \
| * | add loglevel option to logcapture plugin and add associated testArach Tchoupani2012-01-251-1/+7
| |/
* | fix typoabeld2012-01-241-1/+1
|/
* remove support for old coverage module and rewrite coverage testsTimothée Peignier2011-12-141-140/+13
* really merged. hg, leave me alone mankumar2011-11-234-281/+316
|\
| * Refactoring to include functionality preserving 'addplugins' on base PluginMa...Brendan McCollam2011-11-112-66/+56
| * Mergedkumar2011-11-112-231/+268
| |\
| | * fix typo in coverage pluginHeng Liu2011-11-041-1/+1
| | * make the multiprocessing server process ignore ctrl+c to keep communicationHeng Liu2011-11-031-0/+9