summaryrefslogtreecommitdiff
path: root/nose/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Stop mangling error output.Arnon Yaari2013-02-051-7/+4
* Fixes mishandling of custom exceptions during failures (Issue 405)kumar2011-03-221-8/+15
* fixes addSkip for python 3.2 (issue 382); also adds 3.2 testskumar2011-03-181-0/+3
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-0/+3
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests work...Alex Stewart2010-08-271-0/+2
* Improved compatibility with 2.7 builtin skipjpellerin2009-12-021-10/+18
* Committed PyCon sprint work.Jason Pellerin2009-04-181-0/+2
* applied patch from Augie Fackler -- syntax fix (missing parens) that was gene...Kumar McMillan2008-11-101-1/+1
* Fixed #155James J Lee2008-03-231-7/+3
* Fixed #142. For ignored (false .isfailure) errorclass errors, like SkipTest,James J Lee2008-03-101-1/+1
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-11/+29
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-0/+1
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-9/+9
* More work on doc generationJason Pellerin2007-06-261-4/+2
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-10/+0
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-88/+0
* Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCas...Jason Pellerin2007-04-231-1/+1
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-6/+9
* Implemented assert inspection as a plugin.Jason Pellerin2007-04-131-16/+0
* Added plugintest, adapted from Kumar McMillan's patch in #35.Jason Pellerin2007-04-111-1/+1
* Updated TODO. Added beforeTest and afterTest to plugin interface definition. ...Jason Pellerin2007-04-111-2/+3
* Restored stop on error functionalityJason Pellerin2007-04-101-4/+4
* More work on moving output capture to a pluginJason Pellerin2007-04-011-3/+4
* Started work on output capture pluginJason Pellerin2007-03-311-23/+12
* Started work on pdb-errors/pdb-fails pluginJason Pellerin2007-03-281-26/+4
* Further work on self-hosting, skip pluginJason Pellerin2007-03-271-0/+5
* Work on integrating plugin calls, notes on result/proxy system.Jason Pellerin2007-03-261-10/+28
* Extremely broken: half way through removal of context class.Jason Pellerin2007-03-141-3/+5
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-21/+42
* Work on result proxying and new plugin manager.Jason Pellerin2007-03-131-7/+79
* Work on basic result proxy tests and implementation.Jason Pellerin2007-03-061-1/+54
* Started work on new implementation of result proxying/output captureJason Pellerin2007-03-061-68/+90
* Fixed issues resulting from file move. Implemented instance fixtures in Metho...Jason Pellerin2007-03-021-10/+0
* Misc notes and reformattingsJason Pellerin2007-02-161-0/+3
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+109