sphinx/tests
2016-01-04 10:23:17 +09:00
..
etree13 remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable). 2014-05-25 09:25:02 +09:00
root Move testcases for footnotes to roots/test-footnote 2015-12-19 16:45:23 +09:00
roots Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension 2016-01-04 10:23:17 +09:00
coverage.py remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable). 2014-05-25 09:25:02 +09:00
path.py Fix #2185: Use with syntax to open files on testing. 2015-12-20 08:13:02 +09:00
run.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_api_translator.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_apidoc.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_application.py Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension 2016-01-04 10:23:17 +09:00
test_autodoc_py35.py Move py3.5 specific tests to their own file and adjust test environment 2015-11-10 03:40:48 +01:00
test_autodoc.py Move py3.5 specific tests to their own file and adjust test environment 2015-11-10 03:40:48 +01:00
test_build_applehelp.py fix for make check 2015-03-10 00:22:02 +09:00
test_build_gettext.py The `gettext_enables config value has been renamed to gettext_additional_targets`. 2015-02-22 13:31:28 +09:00
test_build_html.py Merge with 'stable' 2015-12-20 08:48:38 +09:00
test_build_latex.py Run xelatex and lualatex as well in latex tests. 2016-01-02 17:58:41 +09:00
test_build_texinfo.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_build_text.py Fix #1793: Add new line before first item of list 2015-03-30 19:55:49 +09:00
test_build.py Fix #2158: test_latex_build.test_footnote and some tests fail on Windows environment with py3 2015-12-19 19:00:39 +09:00
test_catalogs.py Fixed #1771: automated .mo building doesn't work properly with template translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file. 2015-03-16 23:01:16 +09:00
test_config.py Fix typo. 2015-10-09 08:24:17 +02:00
test_directive_code.py Fix #2113: Allow `:class:` option to code-block directive 2015-12-20 22:44:32 +09:00
test_directive_only.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_docutilsconf.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_domain_cpp.py C++, add support for pointers to member (function) 2015-12-02 20:00:28 +01:00
test_domain_py.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_domain_rst.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_domain_std.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_environment.py Fix #981: LaTeX: support image file names with more than 1 dots 2015-12-17 19:03:31 -08:00
test_ext_autosummary.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_ext_coverage.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_ext_doctest.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_ext_graphviz.py graphviz test: raise Skip if dot not available, instead of just passing 2015-07-25 16:43:08 +02:00
test_ext_ifconfig.py Closes #1748: SyntaxError in sphinx/ext/ifconfig.py with Python 2.6. 2015-03-02 22:43:14 +09:00
test_ext_imgmath.py Add the imgmath extension, the successor of pngmath. 2015-12-29 15:13:57 -08:00
test_ext_intersphinx.py intersphinx: style nits 2015-10-22 08:09:16 +02:00
test_ext_napoleon_docstring.py [Napoleon] Fix NumPy handling of *args and **kwargs parameters 2015-11-21 01:39:59 +01:00
test_ext_napoleon_iterators.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_ext_napoleon.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_ext_viewcode.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_highlighting.py Add highlight_options configuration value 2015-01-05 12:58:43 -05:00
test_i18n.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_intl.py Fixes #1983: i18n translation feature breaks references which uses section name. 2015-08-09 23:44:14 +09:00
test_markup.py Closes #1987: Fix ampersand is ignored in `:menuselection: and :guilabel:` on LaTeX builder 2015-09-01 00:29:03 +09:00
test_metadata.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_quickstart.py Replace pngmath with imgmath in quickstart. 2015-12-29 15:14:04 -08:00
test_search.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_searchadapters.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_setup_command.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_templating.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_theming.py Fixes #1884: plug-in html themes cannot inherit another plug-in theme 2015-11-22 00:13:42 +09:00
test_util_i18n.py Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. 2015-07-25 15:47:56 +02:00
test_util_nodes.py fix line length 2015-11-29 22:23:56 +09:00
test_util.py Fix #2171: cannot linkcheck url with unicode 2015-12-19 22:58:53 +09:00
test_versioning.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
test_websupport.py Merge branch 'stable' 2015-01-03 21:41:14 +01:00
typing_test_data.py Closes #1968: Show extended type hints for function annotations that use 'typing' module 2015-07-31 21:26:32 +03:00
util.py Fixed #1786: Add configurable type hints. 2015-09-11 09:51:14 +02:00