summaryrefslogtreecommitdiff
path: root/nose/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #931: duplicate __init__ modules can be picked upJohn Szakmeister2015-10-201-1/+3
* Fix some logging and formatting with a recent loader change.John Szakmeister2015-06-011-6/+4
* Fix loading packages from capitalised package on WindowsThomas Kluyver2015-05-311-2/+2
* Strip trailing whitespace from loader.py.John Szakmeister2015-01-251-12/+12
* Fix #809: Tests not discovered for namespace packages on WindowsJohn Szakmeister2014-10-241-1/+7
* Fix #792: "Not a directory" error when using python setup.py nosetestsJohn Szakmeister2014-04-201-1/+4
* Fix #786: generator method fails with callable instanceAntoine Dechaume2014-04-101-2/+2
* Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-201-5/+3
* Fix: missing method on test class from another module raises ErrorMichael Williamson2013-01-071-1/+2
* Fix an infinite recursion issue in Python 3.3.John Szakmeister2012-12-101-2/+24
* 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