sphinx/tests
Takeshi KOMIYA ffaa528c98
Merge pull request #5390 from tk0miya/4018_htmlhelp_file_suffix
Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffix
2018-09-09 19:35:49 +09:00
..
js #5186 add tests for getQueryParameters() 2018-07-28 21:12:05 +02:00
py3 Fix #4260: autodoc: keyword only argument separator is not disappeared 2018-02-13 02:13:38 +09:00
py35 Merge branch '1.8' 2018-09-09 19:26:48 +09:00
roots Merge branch '1.8' 2018-09-09 19:26:48 +09:00
conftest.py Improve pytest header 2018-08-26 11:28:06 +09:00
test_api_translator.py A happy new year! 2018-01-01 01:06:58 +09:00
test_application.py Fix flake8 violations on tests 2018-07-28 20:19:30 +09:00
test_autodoc.py Merge branch '1.8' 2018-09-09 19:26:48 +09:00
test_build_applehelp.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_build_epub.py Merge branch '1.7' into 1.8 2018-09-09 19:22:35 +09:00
test_build_gettext.py Fix flake8 violations on tests 2018-07-28 20:19:30 +09:00
test_build_html5.py Fix #2720, #4034: Incorrect links with `:download:`, duplicate names, and parallel builds 2018-09-03 01:01:55 +09:00
test_build_html.py Fix #2720, #4034: Incorrect links with `:download:`, duplicate names, and parallel builds 2018-09-03 01:01:55 +09:00
test_build_htmlhelp.py Fix #4018: htmlhelp: Add htmlhelp_file_suffix and htmlhelp_link_suffix 2018-09-08 23:11:14 +09:00
test_build_latex.py Fix failed test (changed \sphinxleftcurlybrace) 2018-07-16 01:06:27 +02:00
test_build_linkcheck.py #4886 remove obsolete * 2018-07-17 20:40:49 +02:00
test_build_manpage.py A happy new year! 2018-01-01 01:06:58 +09:00
test_build_qthelp.py Close #5035: qthelp builder allows dashes in :confval:qthelp_namespace 2018-06-16 18:33:09 +09:00
test_build_texinfo.py Make generated texinfo files reproducible by sorting the anchors 2018-08-30 13:03:49 +03:00
test_build_text.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_build.py Merge pull request #4651 from tk0miya/fix_flake8_violations 2018-02-19 23:57:00 +09:00
test_builder.py Deprecate env.update()! 2018-02-24 13:06:46 +09:00
test_catalogs.py Fix i18n: message catalogs are not compiled when specific build (refs: #4560) 2018-02-08 12:44:15 +09:00
test_config.py Check latex_elements at config-inited event 2018-07-29 22:43:13 +09:00
test_correct_year.py A happy new year! 2018-01-01 01:06:58 +09:00
test_directive_code.py Refactor: Add Config.read() as a constructor 2018-03-23 23:40:28 +09:00
test_directive_only.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_directive_other.py Fix toctree directive tries to glob for URL having query_string 2018-04-16 16:01:59 +09:00
test_docutilsconf.py Let docutils know the location of `docutils.conf` for Sphinx 2018-04-22 17:16:12 +09:00
test_domain_cpp.py C++, conditionally disable test on sys.maxunicode 2018-08-26 13:17:53 +02:00
test_domain_js.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_domain_py.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_domain_rst.py A happy new year! 2018-01-01 01:06:58 +09:00
test_domain_std.py refactor: Store enumerable_nodes to registry 2018-02-20 01:32:30 +09:00
test_environment_indexentries.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_environment_toctree.py Fix flake8 violations on tests 2018-07-28 20:19:30 +09:00
test_environment.py Deprecate env.update()! 2018-02-24 13:06:46 +09:00
test_ext_apidoc.py Fix flake8 violations on tests 2018-07-28 20:19:30 +09:00
test_ext_autodoc_importer.py Fix #4956: autodoc: Failed to extract document from a subclass of the class on mocked module 2018-05-21 21:53:20 +09:00
test_ext_autodoc.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_ext_autosectionlabel.py Combine tests for autosectionlabel 2018-02-11 13:54:47 +09:00
test_ext_autosummary.py Fix #5158: autosummary: module summary has been broken when it starts with heading 2018-07-16 18:45:28 +09:00
test_ext_coverage.py Merge branch 'happy_new_year' into master 2018-01-01 01:09:17 +09:00
test_ext_doctest.py Ref #5273: doctest: add test for skipif calling global setup/cleanup 2018-08-16 17:56:29 +03:00
test_ext_githubpages.py A happy new year! 2018-01-01 01:06:58 +09:00
test_ext_graphviz.py Fix #5002: graphviz: SVGs do not adapt to the column width 2018-08-05 08:16:46 +09:00
test_ext_ifconfig.py A happy new year! 2018-01-01 01:06:58 +09:00
test_ext_imgconverter.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_ext_inheritance_diagram.py Fix #5002: graphviz: SVGs do not adapt to the column width 2018-08-05 08:16:46 +09:00
test_ext_inheritance.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_ext_intersphinx.py Fix #4664: Reading objects.inv fails again 2018-02-23 10:44:11 +09:00
test_ext_math.py Merge pull request #5250 from tk0miya/refactor_math4 2018-08-04 21:03:49 +09:00
test_ext_napoleon_docstring.py Fix flake8 violations 2018-02-20 00:08:44 +09:00
test_ext_napoleon_iterators.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_ext_napoleon.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_ext_todo.py Merge branch 'happy_new_year' into master 2018-01-01 01:09:17 +09:00
test_ext_viewcode.py Plugins can find source code for viewcode 2018-04-24 14:45:16 -07:00
test_highlighting.py Add testcase for trim_doctest_flags 2018-07-21 11:46:08 +09:00
test_intl.py Fix i18n: warnings for translation catalogs have wrong line numbers 2018-08-22 21:01:50 +09:00
test_io.py A happy new year! 2018-01-01 01:10:10 +09:00
test_locale.py Fix i18n: message catalogs were reset on each initialization 2018-02-25 23:44:38 +09:00
test_markup.py proposed enhancement #4830 2018-04-20 13:13:00 +02:00
test_metadata.py A happy new year! 2018-01-01 01:06:58 +09:00
test_pycode_parser.py Fix #5019: autodoc: crashed by Form Feed Character 2018-06-10 21:08:21 +09:00
test_pycode.py Fix #5290: autodoc: failed to analyze source code in egg package 2018-09-06 22:22:01 +09:00
test_quickstart.py conf.py: Drop epub_author, epub_publisher and epub_copyright 2018-08-05 08:16:00 +09:00
test_roles.py Fix #789: `:samp:` role supports to escape curly braces with backslash 2018-04-28 12:56:01 +09:00
test_search.py Search: make a difference between fullname and dispname 2018-06-10 17:16:58 +02:00
test_setup_command.py Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name) 2018-06-07 01:22:55 +09:00
test_smartquotes.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_templating.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_theming.py Capitalization: "Table Of Contents" -> "Table of Contents". 2018-07-22 12:12:48 +02:00
test_toctree.py Fix #5048: crashed with numbered toctree 2018-06-07 00:54:02 +09:00
test_transforms_post_transforms_code.py Apply :confval:trim_doctest_flags to all builders (cf. text, manpages) 2018-07-21 13:54:51 +09:00
test_util_docstrings.py Add testcase for sphinx.util.docstrings 2017-07-26 20:51:40 +09:00
test_util_docutils.py Fix #4362: latex: Don't overwrite .tex file if document not changed 2018-06-14 02:14:33 +09:00
test_util_fileutil.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_util_i18n.py Fix #5399: Sphinx crashes if unknown po file exists 2018-09-08 22:21:59 +09:00
test_util_images.py Merge branch 'happy_new_year' into master 2018-01-01 01:09:17 +09:00
test_util_inspect.py Ensure frozenset object descriptions are reproducible 2018-09-05 15:58:54 +01:00
test_util_inventory.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_util_jsdump.py #2902: jsdump.loads fails to load search index if keywords starts with underscore 2016-08-27 15:28:36 +09:00
test_util_logging.py Close #4976: `SphinxLoggerAdapter.info() now supports location` parameter 2018-06-26 01:02:37 +09:00
test_util_matching.py A happy new year! 2018-01-01 01:06:58 +09:00
test_util_nodes.py Add NodeMatcher; a helper class for Node.traverse() 2018-08-26 18:14:07 +09:00
test_util_rst.py Fix #3952: apidoc: module header is too escaped 2018-01-28 18:58:58 +09:00
test_util.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_versioning.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
test_writer_latex.py Fix flake8 violations 2018-02-19 23:20:56 +09:00
typing_test_data.py Fix #5322: autodoc: `Any` typehint causes formatting error 2018-08-22 19:57:27 +09:00