summaryrefslogtreecommitdiff
path: root/nose/suite.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the test failures in issue 759.Barry Warsaw2014-01-141-0/+1
* Fixes case where teardown_class() was called more than once (Issue 408)kumar2011-04-011-2/+2
* 3.x fixups: 0/331 failures!Alex Stewart2010-09-011-0/+2
* More 2.7 compat fixesjpellerin2010-07-071-0/+4
* Fixed issue 342: module/package setup/teardown now work with python2.7jpellerin2010-07-071-15/+26
* Fixed issue 316: StringException is not in IronPython 2.6Kevin Mitchell2010-02-211-3/+7
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-2/+5
* Provisional fix for issue 279; example needs to become actual test caseJason Pellerin2009-07-251-0/+9
* minor spag tweakscatechism2009-05-011-4/+3
* Fixed issue 211Jason Pellerin2009-04-191-2/+3
* Committed PyCon sprint work.Jason Pellerin2009-04-181-2/+20
* Fixed issue 237 (patch from pjenvey)Jason Pellerin2009-02-211-2/+2
* Fixed bug in doctest fixture support that caused module fixtures to be called...Jason Pellerin2008-11-211-0/+6
* Fixed issues with python 2.6 compatiblityJason Pellerin2008-10-021-0/+6
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-011-19/+63
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-5/+5
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-0/+20
* More work on doc generationJason Pellerin2007-06-261-4/+8
* Doc updates: all but pluginsJason Pellerin2007-04-281-1/+25
* Added shortDescription() to suite class, since it can push errors into result...Jason Pellerin2007-04-271-0/+5
* Added camelCase variants for context fixture function namesJason Pellerin2007-04-271-6/+13
* Removed log.debug calls in some inner loops (optimization)Jason Pellerin2007-04-261-4/+0
* Fixed 2.3 compat error in suites.Jason Pellerin2007-04-251-0/+4
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-0/+8
* Added plugin hooks that isolate plugin will needJason Pellerin2007-04-241-15/+2
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-4/+4
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-181-0/+9
* Additional function tests for mixedSuites suite/loader interaction. Cleaned u...Jason Pellerin2007-04-161-39/+12
* Work in progress on loadTestsFromNames/context suite interactionJason Pellerin2007-04-161-29/+111
* Added ContextList helper class. Revised naming -- s/parent/context/ in contex...Jason Pellerin2007-04-161-77/+91
* Work on context suite/factory/loader to make them more compatible and able to...Jason Pellerin2007-04-151-17/+65
* About to being removed parent arg from context suite factoryJason Pellerin2007-04-151-2/+9
* Started work on fixture changes needed to support effecient loadTestsFromNamesJason Pellerin2007-04-151-11/+12
* Notes and work on fixing design of context fixtures, w/r/t loadTestsFromNamesJason Pellerin2007-04-141-24/+33
* Fixed a 2.3 compat issue in suite, added failing functional test for id pluginJason Pellerin2007-04-021-1/+3
* Fixed bugs in context handling and loaderJason Pellerin2007-03-241-47/+53
* Work in progress on moving more of the context functionality into the context...Jason Pellerin2007-03-231-26/+100
* Work on fixing bugs in context fixture handling when test names are specifiedJason Pellerin2007-03-231-2/+36
* Began work on functional tests from TestProgramJason Pellerin2007-03-201-0/+1
* Work on integration of resultProxy into suite/case, unit and functional tests...Jason Pellerin2007-03-151-5/+19
* Fixing tests and such for removal of context objectJason Pellerin2007-03-141-1/+1
* Extremely broken: half way through removal of context class.Jason Pellerin2007-03-141-29/+50
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-0/+2
* Fleshed out loader/fixture functional testJason Pellerin2007-03-131-10/+3
* Current context implementation is flawed: it has to do a *lot* of extra work ...Jason Pellerin2007-03-121-18/+113
* Moved in-progress loader and suite and their tests into place.Jason Pellerin2007-03-021-0/+60
* Removed old versions of suite, loader and their tests.Jason Pellerin2007-03-021-264/+0
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+264