summaryrefslogtreecommitdiff
path: root/tests/test_util_fileutil.py
Commit message (Expand)AuthorAgeFilesLines
* 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