summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/path.py2
-rwxr-xr-xtests/run.py2
-rw-r--r--tests/test_application.py2
-rw-r--r--tests/test_autodoc.py2
-rw-r--r--tests/test_autosummary.py2
-rw-r--r--tests/test_build.py2
-rw-r--r--tests/test_build_gettext.py2
-rw-r--r--tests/test_build_html.py2
-rw-r--r--tests/test_build_latex.py2
-rw-r--r--tests/test_build_texinfo.py2
-rw-r--r--tests/test_build_text.py2
-rw-r--r--tests/test_config.py2
-rw-r--r--tests/test_coverage.py2
-rw-r--r--tests/test_cpp_domain.py2
-rw-r--r--tests/test_doctest.py2
-rw-r--r--tests/test_docutilsconf.py2
-rw-r--r--tests/test_env.py2
-rw-r--r--tests/test_footnote.py2
-rw-r--r--tests/test_highlighting.py2
-rw-r--r--tests/test_i18n.py2
-rw-r--r--tests/test_intersphinx.py2
-rw-r--r--tests/test_intl.py2
-rw-r--r--tests/test_linkcode.py2
-rw-r--r--tests/test_markup.py2
-rw-r--r--tests/test_metadata.py2
-rw-r--r--tests/test_only_directive.py2
-rw-r--r--tests/test_py_domain.py2
-rw-r--r--tests/test_quickstart.py2
-rw-r--r--tests/test_rst_domain.py2
-rw-r--r--tests/test_search.py2
-rw-r--r--tests/test_searchadapters.py2
-rw-r--r--tests/test_setup_command.py2
-rw-r--r--tests/test_templating.py2
-rw-r--r--tests/test_theming.py2
-rw-r--r--tests/test_util_nodes.py2
-rw-r--r--tests/test_versioning.py2
-rw-r--r--tests/test_websupport.py2
-rw-r--r--tests/util.py2
38 files changed, 38 insertions, 38 deletions
diff --git a/tests/path.py b/tests/path.py
index fa90a6f5e..39d5f4af5 100755
--- a/tests/path.py
+++ b/tests/path.py
@@ -4,7 +4,7 @@
path
~~~~
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/run.py b/tests/run.py
index 37922f3bb..fe31d20a9 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -6,7 +6,7 @@
This script runs the Sphinx unit test suite.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_application.py b/tests/test_application.py
index 3d464eb59..0a09a5285 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -5,7 +5,7 @@
Test the Sphinx class.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index ed906d1c5..d91ea0449 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -6,7 +6,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_autosummary.py b/tests/test_autosummary.py
index de26a0546..ee77ee26f 100644
--- a/tests/test_autosummary.py
+++ b/tests/test_autosummary.py
@@ -5,7 +5,7 @@
Test the autosummary extension.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys
diff --git a/tests/test_build.py b/tests/test_build.py
index c355b1622..864453837 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -5,7 +5,7 @@
Test all builders that have no special checks.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index 9bde44b5f..1197b2d7c 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -5,7 +5,7 @@
Test the build process with gettext builder with the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index c361f7786..606295e44 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -5,7 +5,7 @@
Test the HTML builder and check output against XPath.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index 78aa71ccd..f77b3c268 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -5,7 +5,7 @@
Test the build process with LaTeX builder with the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index 2f519435a..7bef8c1ad 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -5,7 +5,7 @@
Test the build process with Texinfo builder with the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_text.py b/tests/test_build_text.py
index e6e4d5be2..6ce216de2 100644
--- a/tests/test_build_text.py
+++ b/tests/test_build_text.py
@@ -5,7 +5,7 @@
Test the build process with Text builder with the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_config.py b/tests/test_config.py
index 1e00091dd..546ace54b 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -6,7 +6,7 @@
Test the sphinx.config.Config class and its handling in the
Application class.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys
diff --git a/tests/test_coverage.py b/tests/test_coverage.py
index e6747b0c6..fd2bc13f8 100644
--- a/tests/test_coverage.py
+++ b/tests/test_coverage.py
@@ -5,7 +5,7 @@
Test the coverage builder.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_cpp_domain.py b/tests/test_cpp_domain.py
index 8e1cb22bb..136a20e55 100644
--- a/tests/test_cpp_domain.py
+++ b/tests/test_cpp_domain.py
@@ -5,7 +5,7 @@
Tests the C++ Domain
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_doctest.py b/tests/test_doctest.py
index 2aab541b8..8c6dd00d0 100644
--- a/tests/test_doctest.py
+++ b/tests/test_doctest.py
@@ -5,7 +5,7 @@
Test the doctest extension.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py
index 4aeaa56a8..913e1e3cc 100644
--- a/tests/test_docutilsconf.py
+++ b/tests/test_docutilsconf.py
@@ -5,7 +5,7 @@
Test docutils.conf support for several writers.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_env.py b/tests/test_env.py
index c5a091cda..3dd8c4efc 100644
--- a/tests/test_env.py
+++ b/tests/test_env.py
@@ -5,7 +5,7 @@
Test the BuildEnvironment class.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_footnote.py b/tests/test_footnote.py
index 964bb3e7f..d9c510a76 100644
--- a/tests/test_footnote.py
+++ b/tests/test_footnote.py
@@ -5,7 +5,7 @@
Test for footnote and citation.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index b4e5149f5..b57708976 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -5,7 +5,7 @@
Test the Pygments highlighting bridge.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_i18n.py b/tests/test_i18n.py
index 06f6b28bd..4fe979149 100644
--- a/tests/test_i18n.py
+++ b/tests/test_i18n.py
@@ -5,7 +5,7 @@
Test locale features.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_intersphinx.py b/tests/test_intersphinx.py
index 8f0263b96..96f0ad9df 100644
--- a/tests/test_intersphinx.py
+++ b/tests/test_intersphinx.py
@@ -5,7 +5,7 @@
Test the intersphinx extension.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_intl.py b/tests/test_intl.py
index ca0273c8e..e3d91ca8e 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -6,7 +6,7 @@
Test message patching for internationalization purposes. Runs the text
builder in the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py
index 83b720984..518e124e2 100644
--- a/tests/test_linkcode.py
+++ b/tests/test_linkcode.py
@@ -5,7 +5,7 @@
Test the sphinx.ext.linkcode extension.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_markup.py b/tests/test_markup.py
index 4f0b0de8b..e9af4478e 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -5,7 +5,7 @@
Test various Sphinx-specific markup extensions.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_metadata.py b/tests/test_metadata.py
index a0d444574..1549f6574 100644
--- a/tests/test_metadata.py
+++ b/tests/test_metadata.py
@@ -5,7 +5,7 @@
Test our handling of metadata in files with bibliographic metadata.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_only_directive.py b/tests/test_only_directive.py
index 4717ff9f2..43af5e7d2 100644
--- a/tests/test_only_directive.py
+++ b/tests/test_only_directive.py
@@ -5,7 +5,7 @@
Test the only directive with the test root.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_py_domain.py b/tests/test_py_domain.py
index 68634d832..c3f0b0cc3 100644
--- a/tests/test_py_domain.py
+++ b/tests/test_py_domain.py
@@ -5,7 +5,7 @@
Tests the Python Domain
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index 8f630700f..da4ba4257 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -5,7 +5,7 @@
Test the sphinx.quickstart module.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_rst_domain.py b/tests/test_rst_domain.py
index 9f70f5b1f..7dabebe06 100644
--- a/tests/test_rst_domain.py
+++ b/tests/test_rst_domain.py
@@ -5,7 +5,7 @@
Tests the reStructuredText domain.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_search.py b/tests/test_search.py
index 2efd753cc..bff9b4d8f 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -5,7 +5,7 @@
Test the search index builder.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_searchadapters.py b/tests/test_searchadapters.py
index 81d7c1784..68e4c6bad 100644
--- a/tests/test_searchadapters.py
+++ b/tests/test_searchadapters.py
@@ -5,7 +5,7 @@
Test the Web Support Package search adapters.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index c165b2d33..fa49e27ad 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -5,7 +5,7 @@
Test setup_command for distutils.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_templating.py b/tests/test_templating.py
index e8fafca2b..ca1569f26 100644
--- a/tests/test_templating.py
+++ b/tests/test_templating.py
@@ -5,7 +5,7 @@
Test templating.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_theming.py b/tests/test_theming.py
index 7f91a32a3..0cbf0f8ad 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -5,7 +5,7 @@
Test the Theme class.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_nodes.py b/tests/test_util_nodes.py
index 9ddc049dc..16e623ebf 100644
--- a/tests/test_util_nodes.py
+++ b/tests/test_util_nodes.py
@@ -5,7 +5,7 @@
Tests uti.nodes functions.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from textwrap import dedent
diff --git a/tests/test_versioning.py b/tests/test_versioning.py
index bf2f65eef..df14dec3b 100644
--- a/tests/test_versioning.py
+++ b/tests/test_versioning.py
@@ -5,7 +5,7 @@
Test the versioning implementation.
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_websupport.py b/tests/test_websupport.py
index 9376a2a21..2bf83657d 100644
--- a/tests/test_websupport.py
+++ b/tests/test_websupport.py
@@ -5,7 +5,7 @@
Test the Web Support Package
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/util.py b/tests/util.py
index 61c9bd0d4..2397d7374 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -3,7 +3,7 @@
Sphinx test suite utilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""