..
certs
linkcheck: Specify subjectAltName in test self-signed certificate
2020-11-15 18:25:39 +01:00
js
Split out sphinx_highlight.js
2022-09-24 15:10:57 +01:00
roots
Replace the header image with a new SVG logo
2023-10-04 16:56:46 +01:00
__init__.py
Make tests/ a Python package
2020-11-20 19:43:02 +01:00
conftest.py
Leverage `importlib.reload
` for reloading modules ( #11679 )
2023-09-13 22:58:35 +01:00
ext_napoleon_pep526_data_google.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
ext_napoleon_pep526_data_numpy.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_addnodes.py
Improve SigElementFallbackTransform
fallback logic. ( #11311 )
2023-08-15 14:25:25 +01:00
test_api_translator.py
Fix pytest style issues
2023-02-18 02:16:50 +00:00
test_application.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_build_changes.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_build_dirhtml.py
Fix various Ruff errors
2023-01-31 18:30:43 +00:00
test_build_epub.py
Replace the header image with a new SVG logo
2023-10-04 16:56:46 +01:00
test_build_gettext.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_build_html.py
Replace the header image with a new SVG logo
2023-10-04 16:56:46 +01:00
test_build_latex.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_build_linkcheck.py
Add `sphinx.util._strip_escape_sequences
`
2023-09-20 23:55:00 +01:00
test_build_manpage.py
Update `test_captioned_code_block
` for latest Docutils ( #11551 )
2023-08-05 04:46:41 +01:00
test_build_texinfo.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_build_text.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_build.py
Strip ANSI control codes when writing to the warnings file ( #11624 )
2023-09-21 10:01:07 +01:00
test_builder.py
.write_text(...)
-> .write_text(..., encoding='utf8')
2022-04-27 03:11:08 +01:00
test_catalogs.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_config.py
Restore support for YYYY copyright lines
2023-08-30 22:51:23 +01:00
test_correct_year.py
Fix pytest style issues
2023-02-18 02:16:50 +00:00
test_directive_code.py
Be more ephemeral (in anchor link title text)
2023-08-12 05:30:38 +01:00
test_directive_object_description.py
Add `content_offset
parameter to
nested_parse_with_titles
` ( #11147 )
2023-02-15 05:45:28 +00:00
test_directive_only.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_directive_other.py
Add an `'include-read'
` event ( #11657 )
2023-08-30 22:21:16 +01:00
test_directive_patch.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_directives_no_typesetting.py
Enable E241 (Multiple spaces after comma)
2023-08-15 18:16:27 +01:00
test_docutilsconf.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_domain_c.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_domain_cpp.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_domain_js.py
Be more ephemeral (in anchor link title text)
2023-08-12 05:30:38 +01:00
test_domain_py.py
Be more ephemeral (in anchor link title text)
2023-08-12 05:30:38 +01:00
test_domain_rst.py
Consistently name the object description options ( #11533 )
2023-07-28 22:30:26 +01:00
test_domain_std.py
Adopt `profile = "black"
for
isort
`
2023-01-07 18:31:15 +00:00
test_environment_indexentries.py
Warn on deprecated Python-specific index types ( #11412 )
2023-05-09 22:57:39 +01:00
test_environment_record_dependencies.py
Clear record_dependencies
for each document ( #10855 )
2022-09-24 00:31:26 +01:00
test_environment_toctree.py
Refactor `sphinx.environment.adapters.TocTree
` ( #11565 )
2023-08-09 15:43:26 +01:00
test_environment.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_errors.py
Drop python 3.6 support ( #10468 )
2022-06-16 19:33:55 +01:00
test_events.py
Fix typos found by codespell
2023-03-27 07:22:07 +02:00
test_ext_apidoc.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_ext_autodoc_autoattribute.py
Document `typing.NewType
` as a class ( #10700 )
2023-01-02 18:57:04 +00:00
test_ext_autodoc_autoclass.py
Drop support for Python 3.8 ( #11511 )
2023-07-25 02:07:23 +01:00
test_ext_autodoc_autodata.py
Document `typing.NewType
` as a class ( #10700 )
2023-01-02 18:57:04 +00:00
test_ext_autodoc_autofunction.py
Drop python 3.6 support ( #10468 )
2022-06-16 19:33:55 +01:00
test_ext_autodoc_automodule.py
Merge branch '5.x'
2022-09-23 17:27:00 +01:00
test_ext_autodoc_autoproperty.py
Support type comments in `PropertyDocumenter
` ( #11298 )
2023-04-06 22:56:17 +01:00
test_ext_autodoc_configs.py
Fix autodoc tests for Python 3.11 and later ( #11793 )
2023-12-26 04:10:22 +00:00
test_ext_autodoc_events.py
Resolve `flake8-return
` errors
2023-02-18 02:16:50 +00:00
test_ext_autodoc_mock.py
Fix SIM117 (use single 'with' statement)
2023-08-14 00:18:13 +01:00
test_ext_autodoc_preserve_defaults.py
Fix `sphinx.ext.autodoc.preserve_defaults
` ( #11550 )
2023-08-17 01:19:25 +00:00
test_ext_autodoc_private_members.py
Add test cases for #8180
2022-05-23 02:04:03 +09:00
test_ext_autodoc.py
Enable test_cython on Python 3.12
2023-09-13 03:07:19 +01:00
test_ext_autosectionlabel.py
Show the repr of the value in some warnings ( #10439 )
2022-06-16 21:07:25 +01:00
test_ext_autosummary.py
Fix PT003 (implied `scope='function'
`)
2023-08-10 13:11:25 +01:00
test_ext_coverage.py
Add summary statistics to the coverage report ( #5474 )
2023-07-28 02:33:42 +01:00
test_ext_doctest.py
Enable E241 (Multiple spaces after comma)
2023-08-15 18:16:27 +01:00
test_ext_duration.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_ext_extlinks.py
Don't display 'replaceable hardcoded link' when link has a slash ( #10137 )
2022-10-05 14:47:16 +01:00
test_ext_githubpages.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_ext_graphviz.py
Fix `test_graphviz_svg_html
` on Windows
2023-08-12 02:57:55 +01:00
test_ext_ifconfig.py
Add `content_offset
parameter to
nested_parse_with_titles
` ( #11147 )
2023-02-15 05:45:28 +00:00
test_ext_imgconverter.py
Fix pytest style issues
2023-02-18 02:16:50 +00:00
test_ext_imgmockconverter.py
Add unit test for issue #11110 as fixed by #11113
2023-04-03 18:26:34 +02:00
test_ext_inheritance_diagram.py
Fix two relative link bugs in inheritance diagrams ( #11634 )
2023-08-30 18:44:37 +01:00
test_ext_intersphinx.py
intersphinx: Group all std domain tests together
2023-09-21 23:04:42 +01:00
test_ext_math.py
Fix the lazy loading conditions for MathJax ( #11597 )
2023-09-21 18:18:09 +01:00
test_ext_napoleon_docstring.py
Fix B006 (Do not use mutable data structures for argument defaults)
2023-08-13 22:11:15 +01:00
test_ext_napoleon.py
Spring-clean `sphinx.testing.utils
` ( #11534 )
2023-07-28 23:24:13 +01:00
test_ext_todo.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_ext_viewcode.py
Require Pygments 2.14 or later ( #11576 )
2023-08-10 11:35:45 +00:00
test_extension.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_highlighting.py
Relax Pygments parsing on lexing failures
2023-08-12 06:27:16 +01:00
test_intl.py
Mark idempotent translations as 'translated' ( #11580 )
2023-08-12 04:51:52 +01:00
test_locale.py
Partially revert "Disable localisation when SOURCE_DATE_EPOCH is set ( #10949 )" ( #11343 )
2023-04-21 19:04:26 +01:00
test_markup.py
Be more ephemeral (in anchor link title text)
2023-08-12 05:30:38 +01:00
test_metadata.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_parser.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_project.py
Cache the docname<->filename map in `Project
` instances ( #11575 )
2023-08-10 12:25:38 +01:00
test_pycode_ast.py
Fix PT006 (use tuples in `pytest.mark.parametrize
`)
2023-08-10 13:00:48 +01:00
test_pycode_parser.py
Remove traces of Python 2 and 3.5 ( #10560 )
2022-06-16 21:37:46 +01:00
test_pycode.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_quickstart.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_roles.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_search.py
Make `searchindex.js
deterministic ( #11665 )
2023-09-16 04:36:51 +01:00
test_smartquotes.py
Increase minimum Docutils to 0.18
2022-09-27 18:31:47 +01:00
test_templating.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_theming.py
Raise a useful error if `theme.conf
` doesn't exist ( #11671 )
2023-09-14 11:49:41 +01:00
test_toctree.py
.write_text(...)
-> .write_text(..., encoding='utf8')
2022-04-27 03:11:08 +01:00
test_transforms_move_module_targets.py
Fix the MoveModuleTargets transform ( #11647 )
2023-08-26 09:30:28 +00:00
test_transforms_post_transforms_code.py
.read_text()
-> .read_text(encoding='utf8')
2022-04-27 03:04:19 +01:00
test_transforms_post_transforms.py
Improve SigElementFallbackTransform
fallback logic. ( #11311 )
2023-08-15 14:25:25 +01:00
test_transforms_reorder_nodes.py
Add the `:no-typesetting:
` option for only creating targets ( #10478 )
2023-07-28 19:43:27 +01:00
test_util_display.py
Fix EM10{1,2} (exception must not use a string)
2023-08-13 22:11:15 +01:00
test_util_docstrings.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_util_docutils.py
Adopt `profile = "black"
for
isort
`
2023-01-07 18:31:15 +00:00
test_util_fileutil.py
Tighten Pytest configuration ( #11577 )
2023-08-10 20:48:04 +01:00
test_util_i18n.py
Skip all hidden directories in `CatalogRepository
` ( #11667 )
2023-09-21 09:30:26 +00:00
test_util_images.py
Fix PT011 (`pytest.raises(ValueError)
` is too broad)
2023-08-10 13:11:25 +01:00
test_util_inspect.py
Fix PT011 (`pytest.raises(ValueError)
` is too broad)
2023-08-10 13:11:25 +01:00
test_util_inventory.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_util_logging.py
Fix SIM117 (use single 'with' statement)
2023-08-14 00:18:13 +01:00
test_util_matching.py
Update include_patterns implementation ( #10680 )
2022-07-23 21:19:35 +01:00
test_util_nodes.py
Fix PT006 (use tuples in `pytest.mark.parametrize
`)
2023-08-10 13:00:48 +01:00
test_util_rst.py
Allow using `rst_prolog
` with a role in a document title ( #11445 )
2023-07-23 17:14:01 +01:00
test_util_template.py
Collapse single line docstrings
2022-02-20 03:13:45 +00:00
test_util_typing.py
Fix rendering of `Literal
` annotations with enum values ( #11517 )
2023-08-14 23:33:57 +01:00
test_util.py
Fix PT011 (`pytest.raises(ValueError)
` is too broad)
2023-08-10 13:11:25 +01:00
test_versioning.py
Start using `pathlib.Path
and deprecate
sphinx.testing.path
` ( #11526 )
2023-07-28 00:39:12 +01:00
test_writer_latex.py
Fix PT011 (`pytest.raises(ValueError)
` is too broad)
2023-08-10 13:11:25 +01:00
typing_test_data.py
Fix B006 (Do not use mutable data structures for argument defaults)
2023-08-13 22:11:15 +01:00
utils.py
Use HTTP/1.1 in linkcheck test webservers ( #11392 )
2023-07-22 20:12:32 +01:00