summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [optik_ext] Bytes should be returned as ints, not floats (closes #2086835)Rémi Cardona2015-10-121-0/+19
* [umessage] Use the same code paths for both python 2 and 3Rémi Cardona2015-09-211-1/+18
* [umessage] Work around bug in python 3's decode_headerRémi Cardona2015-09-181-0/+12
* [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
* [shellutils] Remove racy file lockRémi Cardona2015-09-101-41/+3
* [testlib] Remove deprecated assert methodsRémi Cardona2015-09-101-48/+0
* [configuration] Have a stable order for sections (closes #298658)Rémi Cardona2015-07-231-3/+30
* [test] Fix modutils tests when running inside a python 3 virtualenv (closes #...Rémi Cardona2015-06-291-2/+5
* [test] remove check for python < 2.6Rémi Cardona2015-06-291-1/+1
* [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
* [test] Rework generate_manpage test to use a private __pkginfo__Rémi Cardona2015-06-242-2/+62
* Fix python3 syntax errorsJulien Cristau2014-11-285-34/+20
* [date] Fix utcdatetimeChristophe de Vienne2014-11-271-1/+22
* [coverage] Provides better tools to pause tracingChristophe de Vienne2014-11-271-0/+51
* [ureports] write unicode not bytes (closes #277372)Julien Cristau2014-11-281-14/+23
* Only read/write func.__name__ and class.__self__Rémi Cardona2014-07-171-3/+0
* [py3k] Replace uses of 'unicode'Rémi Cardona2014-07-171-4/+6
* [py3k] explicitly build a list around dict methodsJulien Cristau2014-07-272-2/+2
* [py3k] Use metaclasses using six.add_metaclassRémi Cardona2014-07-191-4/+8
* [py3k] import StringIO from compatRémi Cardona2014-07-186-7/+6
* Consistently use the generator version of rangeRémi Cardona2014-09-221-0/+2
* [py3k] Import range from six.movesRémi Cardona2014-07-162-17/+21
* [py3k] print functionRémi Cardona2014-09-172-7/+10
* [test] replace assertTrue(a == b) with assertEqual(a, b)Julien Cristau2014-09-081-8/+8
* Use next(iterator) instead of py3k incompatible iterator.next() (related to #...Rémi Cardona2014-07-162-6/+6
* Use "except as" syntax (related to #264017)Rémi Cardona2014-07-161-1/+1
* [compat] Deprecate any() and all() (related to #264017)Rémi Cardona2014-07-281-120/+0
* Remove obsolete __future__ imports (related to #264017)Rémi Cardona2014-07-282-2/+0
* Remove CVS file IDsRémi Cardona2014-07-286-6/+0
* [configuration] closes #185648 : load options in config file orderLaura Médioni2014-07-251-2/+43
* [test] Fix broken unittest_configuration.py:ConfigurationTC.test_round_tripAnthony Truchet2013-10-251-8/+13
* [date] Fixed: wrong incrementation of month in date_range function (closes #1...Damien Garaud2013-10-311-0/+7
* backport stable branchSylvain Th?nault2013-07-262-12/+14
|\
| * testlib: fix for python 3.3Julien Cristau2013-07-221-6/+6
| * [modutils test] enhance some test namesSylvain Th?nault2013-05-071-6/+8
* | [configuration] make it clear there are constants used in the testsNicolas Chauvat2013-05-241-3/+3
* | [configuration] add test case for merge_options()Nicolas Chauvat2013-05-211-1/+21
* | [configuration] fix wording in test nameNicolas Chauvat2013-05-211-1/+1
* | backport stableSylvain Th?nault2013-04-291-0/+61
|\ \ | |/ |/|
| * Add version handling to the deprecation module (closes #108205).Damien Garaud2013-04-111-0/+61
* | [modutils test] simplify test names and add border cases test for is_standard...Sylvain Th?nault2013-04-111-6/+16
|/
* fix umessages test w/ python 3 and LC_ALL=C (closes #119967)Sylvain Th?nault2013-02-151-2/+8
* [testlib] check for generators in with_tempdirJulien Cristau2013-02-221-0/+11
* Properly fix @monkeypatch by changing its contract. Actually closes #104047logilab-common-version-0.59.0Sylvain Th?nault2013-01-211-15/+17
* [merge] default is stableAurelien Campeas2013-01-214-6/+90
|\
| * [registry] introduce RegistrableObject and RegistrableInstance base classes. ...Sylvain Th?nault2013-01-143-2/+72
| * [test, deprecation] update tests so we actually test somethingSylvain Th?nault2012-11-301-4/+18