summaryrefslogtreecommitdiff
path: root/tests/roots/test-warnings
Commit message (Collapse)AuthorAgeFilesLines
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-1/+1
|
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-2/+1
|
* Sort imports with isortFrançois Freitag2020-11-111-0/+1
| | | | | | | | | | | | 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.
* Fix test: imgconverter expects size of images fixedTakeshi KOMIYA2019-02-031-1/+1
|
* Merge branch '1.8'Takeshi KOMIYA2019-02-031-156/+2
|\
| * test: Replace SVG image by simple oneTakeshi KOMIYA2019-02-031-156/+2
| | | | | | | | | | | | Old SVG image contains non standard tags and attributes. Therefore, epubcheck warns it as invalid. To avoid the warnings, this replaces it by very simple one.
* | quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-4/+0
| |
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+1
| |
* | Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|/
* Drop warning for nonlocal image URITakeshi KOMIYA2017-04-191-3/+0
|
* Optimized tests: Add test-warningsTakeshi KOMIYA2016-07-147-0/+231