sphinx/tests/test_extensions
Adam Turner 620e434f65
Improve string concatenation (#12758)
Use implicit concatenation over ``+``, and combine some implicit concatenations
to a single string literal.
2024-08-11 00:39:35 +01:00
..
__init__.py Organise tests into directories 2024-01-17 03:56:35 +00:00
autodoc_util.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
ext_napoleon_pep526_data_google.py Organise tests into directories 2024-01-17 03:56:35 +00:00
ext_napoleon_pep526_data_numpy.py Organise tests into directories 2024-01-17 03:56:35 +00:00
test_ext_apidoc.py Improve string concatenation (#12758) 2024-08-11 00:39:35 +01:00
test_ext_autodoc_autoattribute.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_autoclass.py Drop support for Python 3.9 (#12633) 2024-07-22 15:05:15 +01:00
test_ext_autodoc_autodata.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_autofunction.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_automodule.py Improve type hints for `sphinx.ext.autodoc.mock` (#12280) 2024-04-22 23:23:57 +01:00
test_ext_autodoc_autoproperty.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_configs.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_autodoc_events.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_mock.py Organise tests into directories 2024-01-17 03:56:35 +00:00
test_ext_autodoc_preserve_defaults.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc_private_members.py [tests] move utilities and static data into dedicated modules and remove `html5lib` (#12173) 2024-03-25 11:03:44 +01:00
test_ext_autodoc.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_autosectionlabel.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_autosummary_imports.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_autosummary.py Improve string concatenation (#12758) 2024-08-11 00:39:35 +01:00
test_ext_coverage.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_doctest.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_duration.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_extlinks.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_githubpages.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_graphviz.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_ifconfig.py Improve string concatenation (#12758) 2024-08-11 00:39:35 +01:00
test_ext_imgconverter.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_imgmockconverter.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_inheritance_diagram.py Normalise `sys.path` manipulation in tests (#12665) 2024-07-23 16:55:21 +01:00
test_ext_intersphinx_cache.py intersphinx: Fix cache handling (#12087) 2024-07-22 23:09:11 +01:00
test_ext_intersphinx.py intersphinx: Handle a negative `intersphinx_cache_limit` (#12514) 2024-07-31 08:16:10 +01:00
test_ext_math.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_napoleon_docstring.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_napoleon.py Organise tests into directories 2024-01-17 03:56:35 +00:00
test_ext_todo.py Use `app.status and app.warning` in tests (#12663) 2024-07-23 15:35:55 +01:00
test_ext_viewcode.py Improve string concatenation (#12758) 2024-08-11 00:39:35 +01:00
test_extension.py Organise tests into directories 2024-01-17 03:56:35 +00:00