summaryrefslogtreecommitdiff
path: root/nose/util.py
Commit message (Expand)AuthorAgeFilesLines
* move is_executable to nose.utilArnon Yaari2015-03-191-1/+9
* Fix #875: nose doesn't collect tests when subpackage is given as argJohn Szakmeister2015-01-251-5/+5
* Fix for try_run when using bound methodsChristian Lyder Jacobsen2014-05-081-1/+1
* Fix try_run on pypy.John Szakmeister2014-03-281-5/+4
* Fix #783: try_run is broken with Python 3.4John Szakmeister2014-03-191-1/+3
* Fix #501: Imported test generators are treated as simple test functionsJohn Szakmeister2014-01-081-2/+7
* Add missing format parameter in error messageEtienne Millon2013-04-161-1/+1
* Merge pull request #625 from Infinidat/masterJohn Szakmeister2013-04-071-1/+1
|\
| * getpackage in util.py should only parse files and packageswiggin152013-03-171-1/+1
* | do not use deprecated compiler modulekimscheibel2013-03-101-12/+2
|/
* Merge pull request #563John Szakmeister2012-12-101-1/+2
|\
| * test_address: detect builtins correctly on Python 2.x and 3.xJohn Szakmeister2012-10-011-1/+2
| * [int, str, NoneType etc].__module__ is "__builtin__", not "builtins"Joe2012-05-111-1/+1
* | Skip `__pycache__` directories in `ls_tree`.Bradley M. Froehle2012-10-261-1/+1
|/
* 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