sphinx/tests
Jean-François B 80198e82aa Merge branch '5.x' into master
Resolved merge conflicts:
    sphinx/ext/extlinks.py
    sphinx/ext/napoleon/docstring.py
    (and removed from the latter a now unused import for flake8 F401
    compliance)
2022-06-30 15:00:16 +02:00
..
certs linkcheck: Specify subjectAltName in test self-signed certificate 2020-11-15 18:25:39 +01:00
js Replace jssplitter with JavaScript 2022-03-19 23:16:27 +00:00
roots py domain: Ignore aliases for resolving :any: cross-references (#10089) 2022-06-26 13:04:15 +01:00
__init__.py Make tests/ a Python package 2020-11-20 19:43:02 +01:00
conftest.py Remove copyright and licence fields 2022-02-20 03:06:23 +00: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_api_translator.py Use docutils.__version_info__ directly 2022-04-22 04:21:38 +01:00
test_application.py Increase static typing strictness (#10530) 2022-06-16 19:50:01 +01:00
test_build_changes.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build_dirhtml.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build_epub.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build_gettext.py Fix #10104: gettext: Duplicated locations are output to pot file 2022-05-23 01:50:41 +09:00
test_build_html.py Merge branch '5.x' into master 2022-06-30 15:00:16 +02:00
test_build_latex.py Show the repr of the value in some warnings (#10439) 2022-06-16 21:07:25 +01:00
test_build_linkcheck.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build_manpage.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build_texinfo.py Show the repr of the value in some warnings (#10439) 2022-06-16 21:07:25 +01:00
test_build_text.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_build.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_builder.py .write_text(...) -> .write_text(..., encoding='utf8') 2022-04-27 03:11:08 +01:00
test_catalogs.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_config.py Spelling (language) 2022-05-30 12:35:08 +01:00
test_correct_year.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_directive_code.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_directive_only.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_directive_other.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_directive_patch.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_docutilsconf.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_domain_c.py Merge branch '5.x' into fix-warnings 2022-05-02 17:05:42 +01:00
test_domain_cpp.py Use the flake8-comprehensions lint plugin (#10601) 2022-06-26 14:43:05 +01:00
test_domain_js.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_domain_py.py Merge branch '5.x' into master 2022-06-30 15:00:16 +02:00
test_domain_rst.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_domain_std.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_environment_indexentries.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_environment_toctree.py Increase static typing strictness (#10530) 2022-06-16 19:50:01 +01:00
test_environment.py Increase static typing strictness (#10530) 2022-06-16 19:50:01 +01:00
test_errors.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_events.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_ext_apidoc.py Refactor 2022-05-02 17:51:26 +01:00
test_ext_autodoc_autoattribute.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_autodoc_autoclass.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_autodoc_autodata.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01: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 Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_autodoc_autoproperty.py Remove copyright and licence fields 2022-02-20 03:06:23 +00:00
test_ext_autodoc_configs.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_autodoc_events.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_ext_autodoc_mock.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_autodoc_preserve_defaults.py Fix #10421: autodoc_preserve_defaults doesn't work on class methods 2022-05-08 22:59:14 +09:00
test_ext_autodoc_private_members.py Add test cases for #8180 2022-05-23 02:04:03 +09:00
test_ext_autodoc.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +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 Merge branch '5.x' into 10258_autosummary 2022-05-07 21:27:47 +09:00
test_ext_coverage.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_doctest.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_ext_duration.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_ext_extlinks.py extlinks: Disable hardcoded links detector by default (refs: #10126) 2022-03-27 15:22:11 +09:00
test_ext_githubpages.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_graphviz.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_ifconfig.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_imgconverter.py Merge pull request #10411 from tk0miya/10384_skip_tests_for_imgconverter 2022-05-03 01:42:50 +09:00
test_ext_inheritance_diagram.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_intersphinx.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_math.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_napoleon_docstring.py Fix #9648: autodoc: *args and **kwargs entries are duplicated 2022-05-15 23:06:49 +09:00
test_ext_napoleon_iterators.py Replace napoleon.iterators by simpler stack implementation (#9856) 2022-06-26 12:40:42 +01:00
test_ext_napoleon.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_ext_todo.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_ext_viewcode.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_extension.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_highlighting.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_intl.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_locale.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_markup.py Increase static typing strictness (#10530) 2022-06-16 19:50:01 +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 .write_text(...) -> .write_text(..., encoding='utf8') 2022-04-27 03:11:08 +01:00
test_pycode_ast.py Special case ** 2022-06-15 10:15:53 +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 Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_quickstart.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_roles.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_search.py Merge branch '5.x' into fix-warnings 2022-05-02 17:05:42 +01:00
test_setup_command.py Remove always-false branches 2022-05-02 17:47:46 +01:00
test_smartquotes.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_templating.py .read_text() -> .read_text(encoding='utf8') 2022-04-27 03:04:19 +01:00
test_theming.py Remove deprecated items for Sphinx 6.0 (#10471) 2022-06-16 21:05:37 +01:00
test_toctree.py .write_text(...) -> .write_text(..., encoding='utf8') 2022-04-27 03:11:08 +01: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 Review comments 2022-06-01 18:10:55 +01:00
test_util_docstrings.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_docutils.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_fileutil.py Use the flake8-comprehensions lint plugin (#10601) 2022-06-26 14:43:05 +01:00
test_util_i18n.py .write_text(...) -> .write_text(..., encoding='utf8') 2022-04-27 03:11:08 +01:00
test_util_images.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_inspect.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_util_inventory.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_logging.py logging: always show source locations as absolute paths (#10460) 2022-06-16 19:51:49 +01:00
test_util_matching.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_nodes.py Catch DeprecationWarning for docutils.frontend.OptionParser 2022-04-22 04:21:38 +01:00
test_util_rst.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_template.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_util_typing.py Drop python 3.6 support (#10468) 2022-06-16 19:33:55 +01:00
test_util.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_versioning.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
test_writer_latex.py Collapse single line docstrings 2022-02-20 03:13:45 +00:00
typing_test_data.py refactor: Fix flake8 violations under tests/ directory 2020-11-15 17:15:40 +09:00
utils.py refactor: ssl.wrap_context() has been deprecated now 2021-12-11 11:38:24 +09:00