summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* feat: add tests to ensure that warnings target the correct lineLaurent Peuch2020-10-091-1/+212
* feat(deprecation): add structured informations to deprecation warningsLaurent Peuch2020-08-251-7/+234
* style(black): new black release changed a bunch of stuffLaurent Peuch2020-08-264-47/+29
* fix(deprecation): stacked decorators breaks getting the real callable __name_...Laurent Peuch2020-08-261-0/+25
* [deprecation/fix] implement lazy_wraps, a lazy version of functools.wraps for...Laurent Peuch2020-05-201-0/+15
* [fix] metaclass conflict for class_deprecatedLaurent Peuch2020-05-071-0/+11
* black && flake8Laurent Peuch2020-05-063-107/+153
* [deprecation/fix] correctly automatically get the module in which deprecation...Laurent Peuch2020-05-063-40/+84
* Please the flake8 godLaurent Peuch2020-03-1917-55/+99
* Black the whole code baseLaurent Peuch2020-04-0130-1115/+1581
* [tox] move to pytestLaurent Peuch2020-03-2022-3/+3
* [deprecation] 'moved' function renamed 'callable_moved'Laurent Peuch2020-04-301-1/+1
* [deprecation] 'deprecated' function renamed 'callable_deprecated'Laurent Peuch2020-04-301-4/+4
* [deprecation] 'renamed' function renamed to 'callable_renamed'Laurent Peuch2020-04-301-2/+2
* [deprecation] use send_warning in attribute/argument_renamed, argument_remove...Laurent Peuch2020-04-231-3/+3
* [deprecation/refactoring] remove totally overkill DeprecationManagerLaurent Peuch2020-04-231-60/+0
* [deprecation/refactoring] simplify class_movedLaurent Peuch2020-04-231-0/+17
* [deprecation/refactoring] simplify class_renamedLaurent Peuch2020-04-231-0/+10
* [deprecation/refactoring] simplify renamedLaurent Peuch2020-04-221-1/+1
* [deprecation/refactoring] simplify movedLaurent Peuch2020-04-221-1/+1
* [deprecation/refactoring] simplify deprecatedLaurent Peuch2020-04-223-4/+4
* [deprecation/refactoring] start simplifying module and simplify class_deprecatedLaurent Peuch2020-04-221-1/+1
* add deprecation.argument_removedLaurent Peuch2020-04-231-0/+11
* add depreciation.argument_renamedLaurent Peuch2020-04-161-0/+14
* add depreciation.attribute_renamedLaurent Peuch2020-04-161-0/+22
* add depreciation.renamed to rename callableLaurent Peuch2020-04-151-0/+10
* [shellutils, fix] Deprecate 'input' as argument of RawInput in favor of 'inpu...Simon Chabot2019-11-281-0/+7
* 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