summaryrefslogtreecommitdiff
path: root/nose/result.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a traceback when using string exceptions.John Szakmeister2014-04-181-1/+1
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests work...Alex Stewart2010-08-271-1/+0
* More 2.7 compat fixesjpellerin2010-07-071-0/+7
* Improved compatibility with 2.7 builtin skipjpellerin2009-12-021-19/+34
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-2/+6
* minor spag tweakscatechism2009-05-011-1/+1
* Committed PyCon sprint work.Jason Pellerin2009-04-181-0/+3
* Add missing trailing newline to the standard test run report (it was removed ...James J Lee2008-04-051-0/+2
* Applied updated patch from issue 142Jason Pellerin2008-04-031-20/+25
* Fixed #142. For ignored (false .isfailure) errorclass errors, like SkipTest,James J Lee2008-03-101-2/+15
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-2/+2
* Changed exit argument to TestProgram to exit from exit_. Added failing error ...Jason Pellerin2007-05-101-1/+36
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-1/+1
* Doc updates: all but pluginsJason Pellerin2007-04-281-4/+8
* Some work on 2.3 compat -- still much to doJason Pellerin2007-04-251-4/+15
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-181-3/+11
* Fixed loader and result bugs.Jason Pellerin2007-04-081-5/+6
* Added score attribute to plugins and made them sorted by score. Fixed failing...Jason Pellerin2007-04-061-21/+25
* Started work on pdb-errors/pdb-fails pluginJason Pellerin2007-03-281-0/+1
* Moved some functionality from skip plugin to nose.result, anticipating deprec...Jason Pellerin2007-03-271-192/+60
* Further work on self-hosting, skip pluginJason Pellerin2007-03-271-2/+3
* Work on integrating plugin calls, notes on result/proxy system.Jason Pellerin2007-03-261-163/+140
* Cleaned up some tests, added real plugin managersJason Pellerin2007-03-261-1/+0
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-8/+0
* Work on result proxying and new plugin manager.Jason Pellerin2007-03-131-2/+2
* Misc notes and reformattingsJason Pellerin2007-02-161-3/+4
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+250