summaryrefslogtreecommitdiff
path: root/logilab
Commit message (Expand)AuthorAgeFilesLines
* [configuration] fix crash on python 3.5debian/1.2.0-1centos/1.2.0-11.2.0Julien Cristau2016-03-151-1/+1
* [testlib] drop unused TestCase.pdbclassJulien Cristau2015-11-051-1/+0
* [date] take milliseconds into account in datetime2ticksJulien Cristau2016-03-101-1/+1
* Add .git and .tox to STD_BLACKLISTDenis Laxalde2016-01-251-1/+1
* Move coverage utility from pytest to testlibDenis Laxalde2016-03-032-59/+37
* [optik_ext] Bytes should be returned as ints, not floats (closes #2086835)Rémi Cardona2015-10-121-1/+1
* [testlib] Stop using internal TestCase._addSkip methodRémi Cardona2015-09-211-1/+6
* [umessage] Use the same code paths for both python 2 and 3Rémi Cardona2015-09-211-53/+31
* [umessage] import email exceptions from new module pathsRémi Cardona2015-09-211-2/+2
* [umessage] Work around bug in python 3's decode_headerRémi Cardona2015-09-181-1/+10
* [umessage] Drop support for python 2.4 and earlierRémi Cardona2015-09-181-6/+2
* [py3k] six.integer_typesRémi Cardona2015-09-181-1/+3
* [modutils] Fix fd leak in load_module_from_modpathRémi Cardona2015-09-181-1/+5
* [testlib] remove unused and untested Mock classesRémi Cardona2015-09-181-34/+0
* [py3k] dict.iteritems → dict.itemsRémi Cardona2015-09-181-1/+1
* Move pytest-specific code from testlib to pytestRémi Cardona2015-09-112-146/+157
* [testlib] Allow skipTest() and fail() in generative testsRémi Cardona2015-09-101-0/+5
* [testlib] Update __all__Rémi Cardona2015-09-101-1/+1
* [shellutils] Remove racy file lockRémi Cardona2015-09-101-56/+0
* [testlib] Remove deprecated assert methodsRémi Cardona2015-09-101-455/+0
* [testlib] Remove old TestCase.assertRaises codeRémi Cardona2015-09-101-47/+0
* [configuration] Have a stable order for sections (closes #298658)Rémi Cardona2015-07-231-1/+1
* [pytest] Randomize tests order when using -t (closes #295922)Rémi Cardona2015-07-011-1/+4
* Partially restore __pkginfo__ module (closes #295480)Julien Cristau2015-06-301-0/+8
* [test] Fix modutils tests when running inside a python 3 virtualenv (closes #...Rémi Cardona2015-06-291-0/+3
* delete unused and untested modules (closes #2402)Rémi Cardona2015-06-266-875/+0
* [testlib] remove support for deprecated module level fixture namesDavid Douard2014-11-271-57/+0
* [registry] raise a typed exception rather than a bare ExceptionAurelien Campeas2014-10-071-1/+7
* [testlib] Deal with set binary operator changes from python 3Rémi Cardona2015-06-251-0/+3
* [pytest] use method.__self__.__class__ instead of method.im_classRémi Cardona2015-06-251-1/+1
* [testlib] Fix datadir property (closes #294478)Rémi Cardona2015-06-251-1/+1
* [pkg] pure setuptools setup.py (closes #294479)Rémi Cardona2015-05-281-57/+0
* Stop importing __pkginfo__Rémi Cardona2015-06-241-1/+2
* [modutils] Use dict.fromkeys instead of convoluted dict+zip+listrepeatRémi Cardona2015-05-291-2/+1
* [modutils] Add basic support for namespace packagesRémi Cardona2015-05-281-8/+17
* [modutils] Use True/False instead of 1/0Rémi Cardona2015-05-281-8/+8
* Fix various typosRémi Cardona2015-05-282-3/+3
* [layout] change the source directory layoutDavid Douard2015-03-1347-0/+14291