summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* [testlib] handle skips in setUp and tearDownJulien Cristau2013-11-221-0/+3
* fix assertIsNotNone py< 2.7 implementationSylvain Th?nault2013-10-041-1/+1
* testlib: assertIsNotNone missing for python 2.6Sylvain Th?nault2013-08-211-0/+3
* testlib: fix for python 3.3Julien Cristau2013-07-221-5/+8
* [testlib] check for generators in with_tempdirJulien Cristau2013-02-221-0/+15
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-231-0/+4
* silent unittest2 warningsSylvain Th?nault2012-08-291-7/+7
* Adapt testlib.py in order to be compatible with Jython which doesn't have a _...Sylvain Th?nault2012-07-171-5/+7
* testlib: ensure DocTest does not alter __builtins__Pierre-Yves David2012-03-151-1/+8
* replace sys.exit with raise ImportError (closes: #84159)Alexandre Fayolle2011-12-081-1/+1
* hack to avoid crash if error during doctestSylvain Th?nault2011-09-061-2/+5
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* testlib: proper assertRaises compatible with old usage and as unittest2 conte...Sylvain Th?nault2011-01-061-9/+3
* [unittest2] warn for non-standard usage of assertRaises (exception assignment)Julien Jehannet2010-12-131-3/+21
* [unittest2] add deprecation warnings about new api about module level fixturesJulien Jehannet2011-01-041-1/+64
* [testlib] forgot qrefresh before qfinish :(Nicolas Chauvat2010-12-271-3/+5
* [testlib] add relative tolerance to assertFloatAlmostEqualsAdrien Chauve2010-07-291-2/+4
* [testlib] do not stop generative test if exception occuredJulien Jehannet2010-11-291-2/+3
* [testlib] manage SkipTest exception in __call__ statement (as unittest2 does)Julien Jehannet2010-11-291-0/+3
* fix: shouldn't remove color optionEmile Anclin2010-12-061-2/+41
* py3k: replace "file(path)" with "open(path)"Emile Anclin2010-12-061-1/+1
* update manpageEmile Anclin2010-12-061-1/+0
* cleanup: remove unsupported options capture, printonly and colorEmile Anclin2010-12-061-48/+2
* cleanup: remove more deprecated stuffEmile Anclin2010-12-061-42/+9
* cleanup: remove 2.3 support in testlibEmile Anclin2010-12-061-37/+18
* cleanup: remove DFCaptureEmile Anclin2010-12-061-138/+0
* [testlib] move dbc feature into pytest module + correct wrong importJulien Jehannet2010-11-241-25/+2
* [testlib] adapt testlib skip code with unittest2Julien Jehannet2010-11-231-9/+11
* [testlib ]add a context argument to assertDictEquals to ease extensionPierre-Yves David2010-11-221-2/+6
* pytest: make test suite compatible with 2.7 (fix ParseError logic)Julien Jehannet2010-11-221-15/+22
* fix testsEmile Anclin2010-11-221-1/+1
* pytest: make test suite compatible with 2.7Julien Jehannet2010-11-171-2/+3
* [testlib] isolation of pytest related code into pytest.pyJulien Jehannet2010-11-161-517/+9
* 2to3 has some more usable fixersEmile Anclin2010-11-151-1/+1
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-8/+8
* cleanupSylvain Th?nault2010-11-031-1/+1
* py3k: rename file; write a compat.reloadEmile Anclin2010-11-021-1/+1
* pylint option updatelogilab-common-version-0.52.1Sylvain Th?nault2010-10-121-1/+1
* remove py2.2 compat ; use deprecation warningsEmile Anclin2010-10-061-2/+1
* backport stableSylvain Th?nault2010-09-281-8/+20
|\
| * backport stable into defaultSylvain Th?nault2010-09-241-8/+20
| |\
| | * [py3k] add a is_generator to compat.Sylvain Th?nault2010-09-211-6/+17
| | * '[testlib/py3k]: replace self._exc_info by equivalent sys.exc_infoEmile Anclin2010-09-201-1/+1
| | * [py3k] add callable to compat.pyEmile Anclin2010-09-131-1/+2
* | | set maxDiff to None so we see diffs anywaySylvain Th?nault2010-09-271-1/+1
* | | cleanup: _deprecate doesn't have to be an inner functionSylvain Th?nault2010-09-271-10/+9
* | | (cleaning)Julien Jehannet2010-09-241-6/+2
|/ /
* | [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-75/+70
|/
* fix some pylint detected errorsSylvain Th?nault2010-08-271-7/+7
* Add a InheritableSet to lgc.compatPierre-Yves David2010-08-181-2/+2