summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \
| * | | Fix #649: UnicodeDecodeError when an exception contains encoded stringsJohn Szakmeister2013-05-091-1/+6
| |/ /
* | | Merge pull request #688 from jszakmeister/fix-issue-687John Szakmeister2013-06-011-3/+8
|\ \ \
| * | | Fix #687: verbosity is not a flagJohn Szakmeister2013-05-111-3/+8
| |/ /
* | | Merge pull request #668 from Infinidat/388John Szakmeister2013-06-011-1/+4
|\ \ \
| * | | fix suppressed deprecation warningwiggin152013-05-291-1/+4
| |/ /
* | | Merge pull request #666 from Infinidat/366John Szakmeister2013-05-281-5/+10
|\ \ \ | |/ / |/| |
| * | Change options of pdb pluginwiggin152013-04-081-5/+10
| |/
* | Add missing format parameter in error messageEtienne Millon2013-04-161-1/+1
* | Fix #447: doctests fail when getpackage() returns NoneMatthew Brett2013-04-151-0/+2
|/
* Merge pull request #625 from Infinidat/masterJohn Szakmeister2013-04-073-4/+7
|\
| * getpackage in util.py should only parse files and packageswiggin152013-03-171-1/+1
| * test errors against BaseException in capture.pywiggin152013-03-171-1/+3
| * fix case sensitivity in _samefilewiggin152013-03-171-2/+3
* | Merge remote-tracking branch 'jszakmeister/fix-broken-autoplugin-directive' i...JP2013-04-071-4/+7
|\ \
| * | Fix include directive in autoplugin_directive.John Szakmeister2013-04-051-4/+7
* | | Fix line in nosetests.1 being treated as man directiveDmitry Shachnev2013-04-061-1/+1
* | | 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 #648 from kimscheibel/masterJohn Szakmeister2013-04-052-12/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | make nose.util.isgenerator() work on Python 3kimscheibel2013-03-111-1/+4
| * | | do not use deprecated compiler modulekimscheibel2013-03-102-12/+18
* | | | 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
| |/ / |/| |
* | | Merge pull request #641 from jszakmeister/no-multiple-handlersJP2013-03-061-1/+13
|\ \ \
| * | | Fix broken duplicate handler detection.John Szakmeister2013-03-041-1/+13
| |/ /
* | | Document default value of --process-timeoutTakafumi Arakaki2013-03-041-1/+2
* | | Document what --processes=0 doesTakafumi Arakaki2013-03-041-1/+3
|/ /
* | Use sys.executable instead of a hard-coded 'python'Stefano Rivera2013-02-271-1/+1
* | Provide a __main__ entry pointStefano Rivera2013-02-261-0/+8
* | Fix package version in __init__.pyJP2013-02-241-1/+1
* | Fix 2.4-incompatible lineJP2013-02-191-1/+4
* | Merge pull request #553 from Infinidat/masterJohn Szakmeister2013-02-102-15/+12
|\ \
| * | Stop mangling error output.Arnon Yaari2013-02-051-7/+4
| * | 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 #595 from mwilliamson/bugfixJohn Szakmeister2013-02-081-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix: missing method on test class from another module raises ErrorMichael Williamson2013-01-071-1/+2