summaryrefslogtreecommitdiff
path: root/nose/util.py
Commit message (Expand)AuthorAgeFilesLines
* Converted (almost) all cmp functions to sort key functions instead.Alex Stewart2010-09-021-22/+9
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests work...Alex Stewart2010-08-271-5/+6
* Fixed some more 2.7 failuresjpellerin2009-10-171-2/+6
* minor spag tweakscatechism2009-05-011-2/+2
* Fixed bugs in testid, test suiteJason Pellerin2009-04-201-4/+4
* Committed PyCon sprint work.Jason Pellerin2009-04-181-11/+36
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-011-0/+19
* fixing test_address() so that it is compatible with unittest.TestCase classes...Kumar McMillan2008-04-301-1/+1
* Merged 145-imported-test-fixtures. Fixes issue 145.Jason Pellerin2008-04-021-0/+55
* Merged 160-jython. Add test.sh shell script to run selftest under python2.3-2...Jason Pellerin2008-03-261-4/+10
* Fixed from 2.3 incompatibilties in ls_treeJason Pellerin2008-03-251-3/+4
* Applied ls_tree patch from issue 144Jason Pellerin2008-03-251-0/+52
* Fixed #155James J Lee2008-03-231-3/+1
* merged Ticket-153 branch into trunk, -r433:HEAD . This fixes bugs in metacla...Kumar McMillan2008-03-061-1/+2
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-25/+53
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-8/+14
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-7/+3
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-191-0/+4
* More work on doc generationJason Pellerin2007-06-261-0/+1
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-5/+0
* Doc updates: all but pluginsJason Pellerin2007-04-281-0/+2
* Restored lib-first sorting to loadTestFromDir -- needs tests.Jason Pellerin2007-04-271-0/+21
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-1/+9
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-1/+1
* Replaced inspect.isclass with less-permissive isclass.Jason Pellerin2007-04-161-0/+11
* Added plugintest, adapted from Kumar McMillan's patch in #35.Jason Pellerin2007-04-111-20/+3
* Added support for loading tests from plugins. Added discovered flag to loader...Jason Pellerin2007-04-111-2/+2
* Implemented Test.address method. Fixed failing test_address testsJason Pellerin2007-04-111-10/+8
* Added score attribute to plugins and made them sorted by score. Fixed failing...Jason Pellerin2007-04-061-2/+2
* Work on integrating plugin calls, notes on result/proxy system.Jason Pellerin2007-03-261-0/+73
* Cleaned up some tests, added real plugin managersJason Pellerin2007-03-261-2/+0
* Work in progress on moving more of the context functionality into the context...Jason Pellerin2007-03-231-0/+15
* Work on fixing bugs in context fixture handling when test names are specifiedJason Pellerin2007-03-231-1/+1
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-0/+13
* Implemented first draft support for class-level fixtures.Jason Pellerin2007-03-031-1/+30
* Further work on filling out loader functionality. Fixed bugs in util functions.Jason Pellerin2007-02-161-9/+20
* Renamed some poorly-named functions. Implemented rudimentary test function su...Jason Pellerin2007-02-151-13/+39
* Work on new loader and tests. Started adding doctests to nose.util.Jason Pellerin2007-02-141-0/+56
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+240