summaryrefslogtreecommitdiff
path: root/test/unittest_testlib.py
Commit message (Expand)AuthorAgeFilesLines
* add a little comment to make the purpose of the test more explicitAdrien Di Mascio2009-01-201-0/+2
* use traceback.formation_exception_only to be more error-resistant when displa...Adrien Di Mascio2009-01-201-1/+9
* [testlib] skip test clases whose names start with '_'Adrien Di Mascio2009-01-151-2/+10
* add setUp and tearDown not to mess with sys.version. Now works with python2.4Fabrice Douchant2008-10-231-0/+7
* move tests on decorators require_version require_module into DecoratorTC Test...Fabrice Douchant2008-10-211-38/+37
* moving decorators require_version and require_module to testlib.py. Makes mor...Fabrice Douchant2008-10-211-0/+69
* debug color printing. better handle of string codec (unicode and others...)Fabrice Douchant2008-10-201-0/+6
* Add and test an assertNotIn function for TestCasePierre-Yves David2008-09-101-0/+4
* add assertIn methodPierre-Yves David2008-08-291-0/+6
* add tag decorator to tag function and classPierre-Yves David2008-08-221-1/+38
* fix testAdrien Di Mascio2008-07-111-1/+4
* add a with_tempdir decorator ensuring all temporary files and dirs are removedPierre-Yves David2008-06-271-0/+64
* fixe empty dir issuePierre-Yves David2008-06-251-2/+16
* add an assertDirEquals method for TestCasePierre-Yves David2008-06-241-1/+18
* add assertUnorderedIterableEqualsPierre-Yves David2008-06-231-16/+23
* add assertIsNot, assertNone and assertNotNone assertionPierre-Yves David2008-06-191-0/+14
* Fix an error and add a test casePierre-Yves David2008-06-111-1/+5
* make 'assertTextEquals' method check that given parameter are stringsDavid Douard2008-05-161-0/+5
* revert this patch: we're not ready for thatAdrien Di Mascio2008-05-051-27/+1
* use pysqlite2 as the first choice rather than sqlite3Adrien Di Mascio2008-05-051-1/+27
* fix -s optionAdrien Di Mascio2008-02-141-0/+12
* import changes from one of my local branch to be able to specify test names f...Adrien Di Mascio2008-02-071-1/+40
|\
| * added datadir attribute / datapath(fname) method on TestCasesAdrien Di Mascio2008-01-081-1/+34
| * override assertRaises to return the exception raisedAdrien Di Mascio2008-01-041-0/+6
* | added InnerTest support to be able to name / select generative tests iterationAdrien Di Mascio2007-08-171-27/+52
|/
* pytest can skip testsAdrien Di Mascio2007-04-041-0/+32
* be quiet during test executions (assertListEquals actually prints stuff when ...Adrien Di Mascio2007-03-081-0/+2
* fix test collection bug when TestCase has its own metclassAdrien Di Mascio2007-03-061-1/+19
* added test for pre-evaluated sys.stdoutAdrien Di Mascio2006-08-111-1/+16
* added capture abilityAdrien Di Mascio2006-08-101-2/+64
* added create_files() helper in testlibAdrien Di Mascio2006-08-091-2/+32
* fixed bug in error (not failure) handling and exitfirst + added testsAdrien Di Mascio2006-07-041-6/+32
* use 'pattern in testname' rather than 'testname.startswith(pattern'common-version-0_16_1Adrien Di Mascio2006-06-081-16/+13
* improved testcase for test collectionAdrien Di Mascio2006-05-241-0/+6
* added a more flexible test loader in testlibAdrien Di Mascio2006-05-241-1/+46
* attempt to support keyword args and var args in generative testsAdrien Di Mascio2006-05-211-0/+1
* improved a bit generative test support and added tests for thatAdrien Di Mascio2006-05-181-6/+94
* simple function to create an arbitrary mock objectAdrien Di Mascio2006-05-151-0/+7
* forget the past.root2006-04-261-0/+125