diff options
Diffstat (limited to 'tests/test_ext_apidoc.py')
-rw-r--r-- | tests/test_ext_apidoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_apidoc.py b/tests/test_ext_apidoc.py index 66b106fe6..75208b0d5 100644 --- a/tests/test_ext_apidoc.py +++ b/tests/test_ext_apidoc.py @@ -375,7 +375,7 @@ def extract_toc(path): @pytest.mark.apidoc( coderoot='test-apidoc-subpackage-in-toc', - options=['--separate'] + options=['--separate'], ) def test_subpackage_in_toc(make_app, apidoc): """Make sure that empty subpackages with non-empty subpackages in them |