summaryrefslogtreecommitdiff
path: root/nose/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \
| * | 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
|/ /