summaryrefslogtreecommitdiff
path: root/tests/test_ext_todo.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-4/+0
|/
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-5/+5
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* ``todo`` directive now supports ``:name:`` optionTakeshi KOMIYA2019-03-241-3/+4
* refactor: test_ext_todoTakeshi KOMIYA2019-03-241-23/+16
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-6/+6
* HTML builder outputs HTML5 by defaultTakeshi KOMIYA2019-02-111-14/+18
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-231-5/+13
|\ \ | |/
| * Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA2018-12-221-5/+13
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-12-311-3/+5
|\ \ | |/
| * update todo extension test to test multiple todolistsMatthew Fernandez2017-11-261-2/+4
| * remove todo_emit_warnings override from a test that doesn't need itMatthew Fernandez2017-11-261-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-2/+2
|/
* add a test that confirms #1020Matthew Fernandez2017-10-181-0/+28
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-2/+2
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+4
* #2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabledTakeshi KOMIYA2016-07-161-0/+85