summaryrefslogtreecommitdiff
path: root/tests/test_util_fileutil.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-20/+9
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-9/+20
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-2/+2
* `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-5/+5
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-6/+6
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix typoEisuke Kawashima2021-07-081-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-6/+6
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Use super() to call parent class's methodJon Dufresne2018-11-111-1/+1
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-061-3/+0
* pytest migrationshimizukawa2017-01-041-19/+19
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-2/+2
* copy_asset_file() does not expand if context not givenTakeshi KOMIYA2016-07-061-6/+17
* Add sphinx.util.fileutil.copy_asset()Takeshi KOMIYA2016-07-061-1/+46
* Add sphinx.util.fileutil.copy_asset_file()Takeshi KOMIYA2016-07-061-0/+58