summaryrefslogtreecommitdiff
path: root/unit_tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for try_run when using bound methodsChristian Lyder Jacobsen2014-05-081-0/+6
|
* Fix try_run on pypy.John Szakmeister2014-03-281-1/+2
| | | | | | | This is a continuation of the fix started in 192694ed for issue #783. Pypy didn't like the tactic taken, so let's be a little more direct about it. We're expecting a function, and if we don't get it then we want to look at the `__call__()` attribute.
* test_utils: add some edge cases to test_test_addressJohn Szakmeister2012-09-291-0/+4
|
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-3/+4
|
* Fixed some more 2.7 failuresjpellerin2009-10-171-4/+4
|
* Fixed bugs in testid, test suiteJason Pellerin2009-04-201-2/+3
|
* fixing test_address() so that it is compatible with unittest.TestCase ↵Kumar McMillan2008-04-301-0/+11
| | | | classes which define __metaclass__ -- see http://code.google.com/p/python-nose/issues/detail?id=153
* merged Ticket-153 branch into trunk, -r433:HEAD . This fixes bugs in ↵Kumar McMillan2008-03-061-0/+27
| | | | metaclass support when nose is discovering tests.
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-8/+13
|
* Work on integrating doctest and testid plugins; doctest still needs some ↵Jason Pellerin2007-04-211-1/+1
| | | | work to provide correct information to rest of system when individual tests are loaded.
* Fixed some failing imports in testsJason Pellerin2007-04-101-0/+1
|
* Added score attribute to plugins and made them sorted by score. Fixed ↵Jason Pellerin2007-04-061-2/+8
| | | | failing skip/pdb interaction test
* Cleaned up some tests, added real plugin managersJason Pellerin2007-03-261-29/+27
|
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+130