.. |
etree13
|
remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable) .
|
2014-05-25 09:25:02 +09:00 |
root
|
Merged in tk0miya/sphinx (pull request #291)
|
2014-09-23 12:21:15 +09:00 |
roots
|
Fixup windows newlines.
|
2014-09-21 20:23:24 +02: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
|
Refactor/speed up test_intl by combining all tests with a certain builder into a generator.
|
2014-09-21 18:26:50 +02:00 |
run.py
|
flush stdout after printing messages, might fix output ordering on drone.io
|
2014-09-21 19:01:03 +02:00 |
test_api_translator.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_application.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_autodoc.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_build_gettext.py
|
move new assertion helpers to util.py
|
2014-09-21 18:54:01 +02:00 |
test_build_html.py
|
remove a few unused imports
|
2014-09-21 20:28:37 +02:00 |
test_build_latex.py
|
No need to insist on fresh builds with test_build_*
|
2014-09-21 18:41:08 +02:00 |
test_build_texinfo.py
|
No need to insist on fresh builds with test_build_*
|
2014-09-21 18:41:08 +02:00 |
test_build_text.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_build.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_catalogs.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_config.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_directive_code.py
|
remove a few unused imports
|
2014-09-21 20:28:37 +02:00 |
test_directive_only.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_docutilsconf.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_domain_cpp.py
|
rename test files
|
2014-08-10 23:47:27 +09:00 |
test_domain_py.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_domain_rst.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_domain_std.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_environment.py
|
Test suite fixes after env.update() change.
|
2014-09-22 15:08:15 +02:00 |
test_ext_autosummary.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_coverage.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_doctest.py
|
Split viewcode and linkcode tests out of main test root.
|
2014-09-21 17:34:16 +02:00 |
test_ext_intersphinx.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_napoleon_docstring.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_napoleon_iterators.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_napoleon.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_ext_viewcode.py
|
Split viewcode and linkcode tests out of main test root.
|
2014-09-21 17:34:16 +02:00 |
test_highlighting.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_i18n.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_intl.py
|
Test suite fixes after env.update() change.
|
2014-09-22 15:08:15 +02:00 |
test_markup.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_metadata.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_quickstart.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_search.py
|
use b prefix for bytes instead of sphinx.pycompat.b function.
|
2014-05-01 22:54:09 +09:00 |
test_searchadapters.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_setup_command.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_templating.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_theming.py
|
Speed up test_theming using a minimal project.
|
2014-09-21 18:37:44 +02:00 |
test_util_i18n.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_util_nodes.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_versioning.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
test_websupport.py
|
Complete test suite overhaul.
|
2014-09-21 17:17:02 +02:00 |
util.py
|
move new assertion helpers to util.py
|
2014-09-21 18:54:01 +02:00 |