summaryrefslogtreecommitdiff
path: root/test/test_modutils.py
Commit message (Collapse)AuthorAgeFilesLines
* black && flake8Laurent Peuch2020-05-061-85/+121
|
* [deprecation/fix] correctly automatically get the module in which ↵Laurent Peuch2020-05-061-8/+14
| | | | | | | | | | | | deprecation utils are called There was a missmatched combination of: * the frame wasn't always correctly grabbed * grabbing the frame in the situation of a decorator didn't make any sens, so switch to func.__module__ * the tests were bad and expected "[logilab.common]" while it should have been "[test_deprecation]" because it was there that the depreciation was declared
* [tox] move to pytestLaurent Peuch2020-03-201-0/+297