summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix modutils tests in debian packagePhilippe Pepiot2019-11-271-0/+1
* Drop dependency on sixNicola Spanti2019-11-191-3/+1
* Nearly drop dependency on sixPhilippe Pepiot2019-11-086-23/+9
* [py] Make flake8 a bit less angryNicola Spanti2019-10-251-7/+15
* Raise a ValueError in case of invalid unit in textutils.apply_units()Denis Laxalde2019-07-261-0/+3
* [configuration] fix registration of multiple groups at onceAdrien Di Mascio2017-05-111-0/+16
* Use a context manager for io.open()Denis Laxalde2017-07-041-1/+2
* Use io.open() to avoid deprecation warning about 'U' modeDenis Laxalde2017-07-041-1/+2
* [textutils] Add two more manual mappings to convert unicode into ASCIIYann Voté2017-02-281-0/+2
* [registry] RegistrableInstance should be instantiated with __module__=__name__Philippe Pepiot2017-01-202-3/+8
* [registry] deprecate register_objects()Philippe Pepiot2017-01-201-2/+6
* [modutils] deprecate modpath_from_filePhilippe Pepiot2017-01-201-2/+6
* [registry] add register_modnames()Philippe Pepiot2016-12-231-0/+9
* [test] Do not use "modutils" in test_site_packagesDenis Laxalde2016-11-181-2/+3
* [configuration] Fix multi-line strings handlingChristophe de Vienne2016-01-111-0/+44
* [testlib] Deprecate doctest things in favour of stdlib moduleDenis Laxalde2016-01-193-20/+18
* Rename pytest executable into logilab-pytestDenis Laxalde2016-10-031-1/+1
* [test] noop instead of skip test_utcdatetime for mxDateTimeDavid Douard2016-05-271-1/+1
* [pep8] test/unittest_changelogDavid Douard2016-05-271-6/+7
* [changelog] ensure ChangeLogEntry write unicode (closes #6213577)David Douard2016-01-121-1/+1
* Fix regression with datetime2ticks vs date object as argumentSylvain Thénault2016-05-171-0/+5
* [date] take milliseconds into account in datetime2ticksJulien Cristau2016-03-101-3/+11
* Move coverage utility from pytest to testlibDenis Laxalde2016-03-031-15/+0
* [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