summaryrefslogtreecommitdiff
path: root/nose/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Converted (almost) all cmp functions to sort key functions instead.Alex Stewart2010-09-021-7/+8
* 3.x fixups: 0/331 failures!Alex Stewart2010-09-011-2/+2
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-5/+17
* 3.x fixups: 'unbound methods' don't exist anymore. need to use isfunction in...Alex Stewart2010-08-311-1/+1
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests work...Alex Stewart2010-08-271-5/+7
* Fixed issue 269Jason Pellerin2009-07-251-0/+15
* Fixed issue 270: packages dispatched to mp worker were not fully loadedJason Pellerin2009-05-301-0/+3
* Added coverage output file needed by doc builder. Added docs to Failure. Upda...Jason Pellerin2009-04-211-10/+26
* Committed PyCon sprint work.Jason Pellerin2009-04-181-20/+33
* Fixed dependency loading in nosetests commandJason Pellerin2009-02-241-1/+1
* Applied patch making namespace package path traversal optionalJason Pellerin2009-02-041-6/+11
* Made it possible to just "yield test" in test generatorsJason Pellerin2009-02-041-8/+17
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-011-2/+2
* Fixed another case where imported test gets wrong ancestors: selection of Tes...Jason Pellerin2008-04-071-0/+5
* Applied patch from issue 82Jason Pellerin2008-04-031-1/+7
* Merged 145-imported-test-fixtures. Fixes issue 145.Jason Pellerin2008-04-021-2/+7
* Fixed #152: applied patchJason Pellerin2008-01-291-53/+17
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-2/+5
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-30/+54
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-2/+3
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-191-1/+1
* Implemented loadTestsFromTestCase hook for plugins, with test.Jason Pellerin2007-07-011-3/+23
* More work on doc generation: added module attributesJason Pellerin2007-06-261-3/+9
* More work on doc generationJason Pellerin2007-06-261-3/+5
* Changed loader to more defensive when plugins try to load tests.Jason Pellerin2007-06-221-2/+18
* Updated add_path so that it adds lib and src dirs in the parent path to sys.p...Jason Pellerin2007-04-301-2/+2
* Doc updates: all but pluginsJason Pellerin2007-04-281-6/+51
* Restored lib-first sorting to loadTestFromDir -- needs tests.Jason Pellerin2007-04-271-2/+2
* Fixed bugs in doctest loading from non-module files. Added functional test.Jason Pellerin2007-04-271-1/+6
* Removed log.debug calls in some inner loops (optimization)Jason Pellerin2007-04-261-2/+0
* Changed getTestCaseNames to include runTest in test case case names if no oth...Jason Pellerin2007-04-261-0/+7
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-1/+2
* Added plugin hooks that isolate plugin will needJason Pellerin2007-04-241-4/+7
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-0/+2
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-6/+10
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-10/+0
* Implemented basics of testid plugin. Still needs tests for doctests, and more...Jason Pellerin2007-04-201-0/+11
* Implemented loading from file.py:callable name. Removed debug log features fr...Jason Pellerin2007-04-201-3/+8
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-181-23/+36
* Moved logging config to Config.configureLogging, added option to configure lo...Jason Pellerin2007-04-171-1/+1
* Replaced inspect.isclass with less-permissive isclass.Jason Pellerin2007-04-161-3/+3
* Additional function tests for mixedSuites suite/loader interaction. Cleaned u...Jason Pellerin2007-04-161-0/+2
* Work in progress on loadTestsFromNames/context suite interactionJason Pellerin2007-04-161-1/+3
* Added ContextList helper class. Revised naming -- s/parent/context/ in contex...Jason Pellerin2007-04-161-10/+8
* Work on context suite/factory/loader to make them more compatible and able to...Jason Pellerin2007-04-151-3/+8
* About to being removed parent arg from context suite factoryJason Pellerin2007-04-151-3/+8
* Started work on fixture changes needed to support effecient loadTestsFromNamesJason Pellerin2007-04-151-2/+2
* Notes and work on fixing design of context fixtures, w/r/t loadTestsFromNamesJason Pellerin2007-04-141-0/+10
* Added a few more plugin hooks to loaderJason Pellerin2007-04-141-20/+24
* Use selector for test case loading, too, unless configured otherwise. More at...Jason Pellerin2007-04-131-9/+36