summaryrefslogtreecommitdiff
path: root/unit_tests/test_cases.py
Commit message (Expand)AuthorAgeFilesLines
* unit_tests/test_cases: add tests for {Function,Method}TestCase.__repr__Lewis Haley2015-10-161-0/+40
* case.shortDescription() is more forgiving to __str__ errors (issue 422)kumar2011-05-271-0/+11
* 3.x fixups: 0/331 failures!Alex Stewart2010-09-011-1/+1
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-10/+21
* Fixed some more 2.7 failuresjpellerin2009-10-171-4/+5
* Fixed bugs in testid, test suiteJason Pellerin2009-04-201-2/+2
* merged Ticket-153 branch into trunk, -r433:HEAD . This fixes bugs in metacla...Kumar McMillan2008-03-061-0/+16
* Fixed #152: applied patchJason Pellerin2008-01-291-1/+2
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-0/+24
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-3/+18
* Added ContextList helper class. Revised naming -- s/parent/context/ in contex...Jason Pellerin2007-04-161-4/+4
* Work on context suite/factory/loader to make them more compatible and able to...Jason Pellerin2007-04-151-3/+3
* Started work on fixture changes needed to support effecient loadTestsFromNamesJason Pellerin2007-04-151-1/+20
* Implemented Test.address method. Fixed failing test_address testsJason Pellerin2007-04-111-0/+35
* Work on integration of resultProxy into suite/case, unit and functional tests...Jason Pellerin2007-03-151-48/+7
* Fixed case and suite unittests (post context removal)Jason Pellerin2007-03-151-6/+3
* Work on result proxying and new plugin manager.Jason Pellerin2007-03-131-3/+5
* Started work on new implementation of result proxying/output captureJason Pellerin2007-03-061-0/+1
* Implemented run() in nose.case.Test to avoid duplicate result calls.Jason Pellerin2007-03-041-8/+30
* Moved nose.fixture to nose.context and renamed Context to FixtureContext. Beg...Jason Pellerin2007-03-041-8/+48
* Fixed issues resulting from file move. Implemented instance fixtures in Metho...Jason Pellerin2007-03-021-1/+61
* Refactored TestLoader to tighten it up a bit. Made loader tests a bit more co...Jason Pellerin2007-02-161-0/+6
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+54