summaryrefslogtreecommitdiff
path: root/tests/test_build_applehelp.py
Commit message (Expand)AuthorAgeFilesLines
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-54/+0
* 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
* | Remove plistlib workaround for unsupported PythonsJon Dufresne2018-09-231-7/+1
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-0/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-4/+5
* Use applehelp_disable_external_tools on testing (for non MacOS)Takeshi KOMIYA2016-07-141-1/+2
* Optimize tests: test_applehelp_outputTakeshi KOMIYA2016-07-141-1/+4
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+0
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* fix for `make check`shimizukawa2015-03-101-2/+2
* Use binary mode for reading plist file, as per Python 3 docs.Alastair Houghton2015-01-151-1/+1
* Added tests for Apple Help generation.Alastair Houghton2015-01-151-0/+56