sphinx/sphinx/testing
Jon Dufresne f210475489 Python-3-only clean ups discovered by pyupgrade
https://github.com/asottile/pyupgrade

> A tool to automatically upgrade syntax for newer versions of the
> language.

- Drop u str prefix
- Drop base object inheritance
- Drop args to super()
- Use set literals
- Use dict comprehension
- Use set comprehension
2019-03-17 12:58:03 -07:00
..
__init__.py Merge branch '1.8' 2019-01-02 16:16:25 +09:00
comparer.py Add PathComparer for testing and fix 2 test failure on Windows. (#5943) 2019-01-13 18:40:35 +09:00
fixtures.py Stop to use $SPHINX_TEST_TEMPDIR envvar 2019-01-13 23:50:18 +09:00
path.py Merge branch '1.8' 2019-01-02 16:16:25 +09:00
restructuredtext.py Add sphinx.testing.restructuredtext.parse() 2019-03-03 19:55:31 +09:00
util.py Python-3-only clean ups discovered by pyupgrade 2019-03-17 12:58:03 -07:00