.. |
js
|
#5258 allow for some variability in test
|
2019-01-12 15:58:07 +01:00 |
roots
|
Merge pull request #6212 from tsanikgr/feature/autosummary_imported_members
|
2019-04-04 23:04:36 +09:00 |
conftest.py
|
refactor: tests/conftest.py
|
2019-02-07 22:14:06 +09:00 |
test_api_translator.py
|
HTML builder outputs HTML5 by default
|
2019-02-11 17:46:56 +09:00 |
test_application.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_autodoc.py
|
refactor: test_autodoc
|
2019-02-27 15:08:44 +09:00 |
test_build_changes.py
|
Fix UnboundLocalError when building changes
|
2019-03-08 13:30:27 +00:00 |
test_build_epub.py
|
Merge branch 'master' into simplify_conf.py
|
2019-02-16 21:25:21 +09:00 |
test_build_gettext.py
|
Use subprocess.run() instead of Popen()
|
2019-01-13 23:25:54 +09:00 |
test_build_html.py
|
Fix AssertionError is raised for custom citation_reference node (refs: #6147)
|
2019-03-09 15:46:03 +09:00 |
test_build_latex.py
|
Fix test: filename has been smallcased since 2.0
|
2019-03-10 17:07:15 +09:00 |
test_build_linkcheck.py
|
Close #5196: linkcheck also checks remote images exist
|
2019-02-06 00:21:52 +09:00 |
test_build_manpage.py
|
Merge branch '1.8' into 2.0
|
2019-03-10 16:52:51 +09:00 |
test_build_texinfo.py
|
Merge branch '1.8'
|
2019-02-03 19:33:28 +09:00 |
test_build_text.py
|
encoding keyword for path.text() and path.write_text() is no longer needed
|
2019-01-03 10:58:07 +09:00 |
test_build.py
|
Merge branch '1.8' into 2.0
|
2019-03-09 18:12:33 +09:00 |
test_builder.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_catalogs.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_config.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_correct_year.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_directive_code.py
|
test: verify linenothreshold usage
|
2019-02-16 22:14:30 -05:00 |
test_directive_only.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_directive_other.py
|
Add sphinx.testing.restructuredtext.parse()
|
2019-03-03 19:55:31 +09:00 |
test_directive_patch.py
|
Close #2155: Support `code ` directive
|
2019-03-03 19:55:31 +09:00 |
test_docutilsconf.py
|
test: Give freshenv=True to test_docutilsconf for windows environment
|
2019-02-09 14:44:37 +09:00 |
test_domain_cpp.py
|
C++, fix parsing of full xrefs.
|
2019-04-01 08:41:38 +02:00 |
test_domain_js.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_domain_py.py
|
Add PyFunction and PyVariable; directives for python functions and variables
|
2019-04-13 20:26:07 +09:00 |
test_domain_rst.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_domain_std.py
|
Fix commented term in glossary directive is wrongly recognized
|
2019-04-06 15:08:22 +09:00 |
test_environment_indexentries.py
|
Fix #6230: Inappropriate node_id has been generated by glossary directive
|
2019-03-31 16:14:51 +09:00 |
test_environment_toctree.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_environment.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_errors.py
|
Fix AttributeError in ExtensionError
|
2018-09-09 11:50:56 -07:00 |
test_ext_apidoc.py
|
test: Reduce warnings on building test-root
|
2019-02-14 02:20:55 +09:00 |
test_ext_autodoc_mock.py
|
refactor: Move implementation of mock to sphinx.ext.autodoc.mock
|
2019-02-27 21:42:23 +09:00 |
test_ext_autodoc.py
|
test: Use get_doctree() to load doctree files
|
2019-02-17 20:27:48 +09:00 |
test_ext_autosectionlabel.py
|
Fix test_ext_autosectionlabel conflicts with HTML5 writer
|
2019-02-14 02:13:14 +09:00 |
test_ext_autosummary.py
|
#5877: Allow setting imported_members for autosummary in conf.py
|
2019-03-27 14:19:16 +00:00 |
test_ext_coverage.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_ext_doctest.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_ext_githubpages.py
|
githubpages: support custom domains
|
2019-02-10 16:39:41 -08:00 |
test_ext_graphviz.py
|
Close #4550: All tables and figures without `align ` option are displayed to center
|
2019-02-08 01:39:41 +09:00 |
test_ext_ifconfig.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_ext_imgconverter.py
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test_ext_inheritance_diagram.py
|
Show deprecation warning for sphinx.application.CONFIG_FILENAME
|
2019-03-30 14:48:05 +09:00 |
test_ext_inheritance.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_ext_intersphinx.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_ext_math.py
|
Separate jsmath to sphinxcontrib package
|
2019-01-13 14:07:12 +09:00 |
test_ext_napoleon_docstring.py
|
Fix #6220, #6225: napoleon: AttributeError is raised for raised section having references
|
2019-03-31 22:25:06 +09:00 |
test_ext_napoleon_iterators.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_ext_napoleon.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_ext_todo.py
|
`todo directive now supports :name: ` option
|
2019-03-24 22:15:43 +09:00 |
test_ext_viewcode.py
|
encoding keyword for path.text() and path.write_text() is no longer needed
|
2019-01-03 10:58:07 +09:00 |
test_highlighting.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_intl.py
|
Merge branch '2.0'
|
2019-03-21 02:21:59 +09:00 |
test_locale.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_markup.py
|
test: Use get_doctree() to load doctree files
|
2019-02-17 20:27:48 +09:00 |
test_metadata.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_parser.py
|
A happy new year!
|
2019-01-02 16:17:25 +09:00 |
test_project.py
|
Add PathComparer for testing and fix 2 test failure on Windows. (#5943)
|
2019-01-13 18:40:35 +09:00 |
test_pycode_parser.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_pycode.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_quickstart.py
|
quickstart: Simplify generated conf.py (master_doc)
|
2019-02-09 15:00:27 +09:00 |
test_roles.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_search.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_setup_command.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_smartquotes.py
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test_templating.py
|
encoding keyword for path.text() and path.write_text() is no longer needed
|
2019-01-03 10:58:07 +09:00 |
test_theming.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_toctree.py
|
encoding keyword for path.text() and path.write_text() is no longer needed
|
2019-01-03 10:58:07 +09:00 |
test_transforms_post_transforms_code.py
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test_util_docstrings.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_util_docutils.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util_fileutil.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_util_i18n.py
|
Drop tests for deprecated modules
|
2019-03-24 21:46:31 +09:00 |
test_util_images.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util_inspect.py
|
Python-3-only clean ups discovered by pyupgrade
|
2019-03-19 01:09:48 +09:00 |
test_util_inventory.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_util_jsdump.py
|
Remove unnecessary encoding cookie from Python source files
|
2018-12-16 12:22:12 -08:00 |
test_util_logging.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util_matching.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util_nodes.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util_pycompat.py
|
Fix test: NamedTemporaryFile causes errors on Windows
|
2019-01-13 17:43:11 +09:00 |
test_util_rst.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_util.py
|
Fix #6140: Use unittest.mock instead of mock
|
2019-03-09 15:16:04 +09:00 |
test_versioning.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
test_writer_latex.py
|
Merge branch '1.8'
|
2019-01-02 16:16:25 +09:00 |
typing_test_data.py
|
Merge branch '1.8'
|
2018-11-01 01:24:12 +09:00 |