sphinx/tests
2016-11-23 10:45:39 -08: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 Merge pull request #3071 from mleinart/autodoc/pass_through_decorators 2016-11-02 23:01:16 +09:00
roots Merge branch 'stable' into 1.5-release 2016-11-23 13:22:38 +09:00
coverage.py Handle more file closing with "with" 2016-07-07 18:53:34 +03:00
path.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
run.py Pass command args into nose unit test runner from tests/run.py 2016-08-16 01:49:07 -07:00
test_api_translator.py Fix #1953: `Sphinx.add_node does not add handlers the translator installed by html_translator_class` 2016-08-19 00:45:45 +09:00
test_apidoc.py Sphinx apidoc does not process PEP-0420 implicit namespaces 2016-09-15 11:49:34 -04:00
test_application.py #2597: Show warning messages as darkred 2016-06-24 14:23:19 +09:00
test_autodoc_py35.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_autodoc.py Fix #3135: `sphinx.ext.autodoc` crashes with plain Callable 2016-11-13 00:01:41 +09:00
test_build_applehelp.py Use applehelp_disable_external_tools on testing (for non MacOS) 2016-07-14 20:25:10 +09:00
test_build_gettext.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_build_html.py Revert "Add `config-inited` event" 2016-11-20 12:46:30 +09:00
test_build_latex.py Merge branch 'stable' into 1.5-release 2016-11-23 13:22:38 +09:00
test_build_linkcheck.py Allow skipping anchor checking by regex 2016-10-27 10:52:04 +01:00
test_build_manpage.py Fix #1498: manpage writer: don't make whole of item in definition list bold if it includes strong node 2016-03-06 17:49:49 +09:00
test_build_texinfo.py Merge branch 'stable' 2016-07-15 00:51:29 +09:00
test_build_text.py Fix #1797: text builder inserts blank line on top 2016-08-19 23:46:54 +09:00
test_build.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_catalogs.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_config.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_correct_year.py Fix style-checker errors 2016-05-29 17:16:46 +09:00
test_directive_code.py Merge pull request #2843 from rthardin/issue_625_start_at_end_at 2016-10-12 19:54:33 +09:00
test_directive_only.py Refactor: move process_only_nodes() to sphinx.util.nodes 2016-10-11 18:59:21 +09:00
test_docutilsconf.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_domain_cpp.py C++, add proper template introduction mangling 2016-08-07 21:55:58 +02:00
test_domain_py.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_domain_rst.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_domain_std.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_environment_indexentries.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_environment_toctree.py Add testcase for reversed toctree 2016-10-12 19:32:48 +09:00
test_environment.py Optimized tests: remove markups for warnings 2016-07-15 00:30:44 +09:00
test_ext_autodoc.py Fix sphinx.ext.autodoc crashes if target code imports * from mock modules by autodoc_mock_imports 2016-08-09 12:20:11 +09:00
test_ext_autosectionlabel.py Fix #1286, #2099: Add `sphinx.ext.autosectionlabel` extension to allow reference sections using its title 2016-02-14 16:30:57 +09:00
test_ext_autosummary.py Optimize tests: test_get_items_summary 2016-07-14 21:07:33 +09:00
test_ext_coverage.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_ext_doctest.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_ext_githubpages.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_ext_graphviz.py #2575: Now `sphinx.ext.graphviz allows :align:` option 2016-05-28 18:29:10 +09:00
test_ext_ifconfig.py Optimize tests: test_ifconfig 2016-07-14 09:16:51 +09:00
test_ext_inheritance_diagram.py Fix merging 2016-11-23 13:38:20 +09:00
test_ext_intersphinx.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_ext_math.py Add domain support to support equation cross references (ref: #1210, #2851) 2016-08-22 19:58:46 +09:00
test_ext_napoleon_docstring.py [Napoleon] adds xref test data for pull request #3168 2016-11-21 16:12:23 -08:00
test_ext_napoleon_iterators.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_ext_napoleon.py Fix #3174: [Napoleon] Defers autodoc-skip-member to other extensions if Napoleon doesn't care if the member is skipped 2016-11-23 10:45:39 -08:00
test_ext_todo.py #2680: sphinx.ext.todo now emits warnings if todo_emit_warnings enabled 2016-07-16 00:59:02 +09:00
test_ext_viewcode.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_highlighting.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_intl.py Merge branch 'stable' into 1.5-release 2016-11-23 13:22:38 +09:00
test_markup.py Uninstall sphinx directives and roles of domains after build 2016-09-21 10:48:52 +09:00
test_metadata.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_quickstart.py Add `--extensions to sphinx-quickstart` to support enable arbitary extensions from command line (ref: #2904) 2016-11-02 11:11:15 +09:00
test_search.py Fix #3039: English stemmer returns wrong word if the word is capitalized 2016-10-17 21:09:58 +09:00
test_searchadapters.py Merge branch 'stable' 2016-07-15 00:51:29 +09:00
test_setup_command.py Add `--warning-is-error` option to setup.py command 2016-06-30 10:18:49 +02:00
test_templating.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_theming.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_toctree.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_util_fileutil.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
test_util_i18n.py Fix #3028: figure_language_filename format tokens, document tokens. 2016-10-13 16:41:57 +13:00
test_util_inspect.py Fix tests for Python 2.6 2016-07-14 16:41:33 +01: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 Add :confval:suppress_warnings to supress arbitrary warning message 2016-02-23 12:23:06 +09:00
test_util_matching.py Refactor: Replace copy_extra_entry() with copy_asset() 2016-07-07 00:02:57 +09:00
test_util_nodes.py Fix flake8 violation under tests/ 2016-06-12 00:02:11 +09:00
test_util_rst.py Fix #1462: autosummary warns for namedtuple with attribute with trailing underscore 2016-08-30 00:37:30 +09:00
test_util.py Fix #1944: rst_prolog breaks file-wide metadata 2016-01-24 17:32:42 +09:00
test_versioning.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_websupport.py Obligatory copyright update. 2016-01-14 22:54:04 +01:00
test_writer_latex.py latex writer considers unitless dimensions as px based 2016-06-26 22:56:20 +09:00
typing_test_data.py Fix #3135: `sphinx.ext.autodoc` crashes with plain Callable 2016-11-13 00:01:41 +09:00
util.py To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00