summaryrefslogtreecommitdiff
path: root/test/unittest_testlib.py
Commit message (Expand)AuthorAgeFilesLines
* typoEmile Anclin2010-10-061-1/+1
* [tests] fix capture test when tty not available (in case of redirection)Julien Jehannet2010-09-301-15/+11
* backport stable into defaultSylvain Th?nault2010-09-241-1/+0
|\
| * [py3k] some trivial fixesEmile Anclin2010-09-151-1/+0
* | [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-113/+131
|/
* [testlib/tag] Tagged method now inherit from class Tags too.Pierre-Yves David2010-06-111-3/+3
* backport default into stableSylvain Th?nault2010-05-211-1/+3
|\
| * [testlib] add option splitlines to assertTextEqualsNicolas Chauvat2010-04-291-1/+3
* | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
|/
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+17
* allow multiple arguments for logilab.common.testlib.TestCase.datapath.\n\ndat...Pierre-Yves David2010-03-221-0/+5
* ready for 0.48.0logilab-common-version-0.48.0Nicolas Chauvat2010-02-171-11/+11
* Make it possible to skip a InnetTest-based generative test alone, without ski...David Douard2009-11-021-3/+72
* add unit tests for class tagging featureDavid Douard2009-10-081-1/+56
* fixed usage of tempfile.mkstempAlexandre Fayolle2009-09-101-6/+10
* test fixeslogilab-common-version-0.44.0Sylvain Th?nault2009-08-071-0/+1
* [cleanup] delete-trailing-whitespacesAdrien Di Mascio2009-07-271-55/+54
* 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