summaryrefslogtreecommitdiff
path: root/test/unittest_testlib.py
Commit message (Expand)AuthorAgeFilesLines
* [tests] Fix resource leakRémi Cardona2015-09-101-2/+4
* [tests] Stop using deprecated assert_Rémi Cardona2015-09-101-1/+1
* [testlib] Allow skipTest() and fail() in generative testsRémi Cardona2015-09-101-0/+25
* [testlib] Remove deprecated assert methodsRémi Cardona2015-09-101-48/+0
* [test] run TagsTC.test_tagged_class on python 3Rémi Cardona2015-06-251-3/+0
* [test] instantiate TestCase before calling runner.does_match_tagsRémi Cardona2015-06-251-19/+19
* [py3k] import StringIO from compatRémi Cardona2014-07-181-1/+1
* [py3k] Import range from six.movesRémi Cardona2014-07-161-14/+16
* [py3k] print functionRémi Cardona2014-09-171-2/+4
* [testlib] check for generators in with_tempdirJulien Cristau2013-02-221-0/+11
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-231-0/+3
* don't test unittest2 itself...Sylvain Th?nault2012-08-291-31/+0
* silent unittest2 warningsSylvain Th?nault2012-08-291-1/+1
* [tests] remove useless skipped testlogilab-common-version-0.58.2David Douard2012-07-301-4/+0
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* stop testing a deprecated behaviourSylvain Th?nault2011-01-061-5/+0
* [testlib] do not stop generative test if exception occuredJulien Jehannet2010-11-291-2/+2
* [testlib] manage SkipTest exception in __call__ statement (as unittest2 does)Julien Jehannet2010-11-291-1/+1
* py3k: replace "file(path)" with "open(path)"Emile Anclin2010-12-061-5/+5
* cleanup: remove more deprecated stuffEmile Anclin2010-12-061-30/+0
* cleanup: rename deprecated test methodsEmile Anclin2010-12-061-56/+36
* cleanup: remove DFCaptureEmile Anclin2010-12-061-72/+3
* cleanup: remove deprecated compat importsEmile Anclin2010-11-221-2/+0
* [testlib] isolation of pytest related code into pytest.pyJulien Jehannet2010-11-161-26/+14
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-9/+9
* 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