summaryrefslogtreecommitdiff
path: root/tests/roots/test-root/autodoc_target.py
Commit message (Collapse)AuthorAgeFilesLines
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-7/+7
|
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
| | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
|
* refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-2/+1
|
* refactor: Replace six.add_metaclass by __metaclass_ attributeTakeshi KOMIYA2018-12-151-2/+2
|
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-0/+2
|
* test_autodoc: Separate testdata (python objects) and testcasesTakeshi KOMIYA2017-12-211-0/+225