diff options
Diffstat (limited to 'tests/test_ext_todo.py')
-rw-r--r-- | tests/test_ext_todo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py index cbea9b74c..05baadfef 100644 --- a/tests/test_ext_todo.py +++ b/tests/test_ext_todo.py @@ -15,7 +15,7 @@ import pytest @pytest.mark.sphinx('html', testroot='ext-todo', freshenv=True, - confoverrides={'todo_include_todos': True, 'todo_emit_warnings': True}) + confoverrides={'todo_include_todos': True, 'todo_emit_warnings': True}) def test_todo(app, status, warning): todos = [] @@ -51,7 +51,7 @@ def test_todo(app, status, warning): @pytest.mark.sphinx('html', testroot='ext-todo', freshenv=True, - confoverrides={'todo_include_todos': False, 'todo_emit_warnings': True}) + confoverrides={'todo_include_todos': False, 'todo_emit_warnings': True}) def test_todo_not_included(app, status, warning): todos = [] |