summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py1
-rw-r--r--tests/test_api_translator.py1
-rw-r--r--tests/test_application.py1
-rw-r--r--tests/test_autodoc.py1
-rw-r--r--tests/test_build.py1
-rw-r--r--tests/test_build_applehelp.py1
-rw-r--r--tests/test_build_epub.py1
-rw-r--r--tests/test_build_gettext.py1
-rw-r--r--tests/test_build_html.py1
-rw-r--r--tests/test_build_html5.py1
-rw-r--r--tests/test_build_htmlhelp.py1
-rw-r--r--tests/test_build_latex.py1
-rw-r--r--tests/test_build_linkcheck.py1
-rw-r--r--tests/test_build_manpage.py1
-rw-r--r--tests/test_build_qthelp.py1
-rw-r--r--tests/test_build_texinfo.py1
-rw-r--r--tests/test_build_text.py1
-rw-r--r--tests/test_builder.py1
-rw-r--r--tests/test_catalogs.py1
-rw-r--r--tests/test_config.py1
-rw-r--r--tests/test_correct_year.py1
-rw-r--r--tests/test_directive_code.py1
-rw-r--r--tests/test_directive_only.py1
-rw-r--r--tests/test_directive_other.py1
-rw-r--r--tests/test_docutilsconf.py1
-rw-r--r--tests/test_domain_cpp.py1
-rw-r--r--tests/test_domain_js.py1
-rw-r--r--tests/test_domain_py.py1
-rw-r--r--tests/test_domain_rst.py1
-rw-r--r--tests/test_domain_std.py1
-rw-r--r--tests/test_environment.py1
-rw-r--r--tests/test_environment_indexentries.py1
-rw-r--r--tests/test_environment_toctree.py1
-rw-r--r--tests/test_ext_apidoc.py1
-rw-r--r--tests/test_ext_autodoc.py1
-rw-r--r--tests/test_ext_autodoc_importer.py1
-rw-r--r--tests/test_ext_autosectionlabel.py1
-rw-r--r--tests/test_ext_autosummary.py1
-rw-r--r--tests/test_ext_coverage.py1
-rw-r--r--tests/test_ext_doctest.py1
-rw-r--r--tests/test_ext_githubpages.py1
-rw-r--r--tests/test_ext_graphviz.py1
-rw-r--r--tests/test_ext_ifconfig.py1
-rw-r--r--tests/test_ext_imgconverter.py1
-rw-r--r--tests/test_ext_inheritance.py1
-rw-r--r--tests/test_ext_inheritance_diagram.py1
-rw-r--r--tests/test_ext_intersphinx.py1
-rw-r--r--tests/test_ext_math.py1
-rw-r--r--tests/test_ext_napoleon.py1
-rw-r--r--tests/test_ext_napoleon_docstring.py1
-rw-r--r--tests/test_ext_napoleon_iterators.py1
-rw-r--r--tests/test_ext_todo.py1
-rw-r--r--tests/test_ext_viewcode.py1
-rw-r--r--tests/test_highlighting.py1
-rw-r--r--tests/test_intl.py1
-rw-r--r--tests/test_io.py1
-rw-r--r--tests/test_locale.py1
-rw-r--r--tests/test_markup.py1
-rw-r--r--tests/test_metadata.py1
-rw-r--r--tests/test_parser.py1
-rw-r--r--tests/test_project.py1
-rw-r--r--tests/test_pycode.py1
-rw-r--r--tests/test_pycode_parser.py1
-rw-r--r--tests/test_quickstart.py1
-rw-r--r--tests/test_roles.py1
-rw-r--r--tests/test_search.py1
-rw-r--r--tests/test_setup_command.py1
-rw-r--r--tests/test_smartquotes.py1
-rw-r--r--tests/test_templating.py1
-rw-r--r--tests/test_theming.py1
-rw-r--r--tests/test_toctree.py1
-rw-r--r--tests/test_transforms_post_transforms_code.py1
-rw-r--r--tests/test_util.py1
-rw-r--r--tests/test_util_docstrings.py1
-rw-r--r--tests/test_util_docutils.py1
-rw-r--r--tests/test_util_fileutil.py1
-rw-r--r--tests/test_util_i18n.py1
-rw-r--r--tests/test_util_images.py1
-rw-r--r--tests/test_util_inspect.py1
-rw-r--r--tests/test_util_inventory.py1
-rw-r--r--tests/test_util_jsdump.py1
-rw-r--r--tests/test_util_logging.py1
-rw-r--r--tests/test_util_matching.py1
-rw-r--r--tests/test_util_nodes.py1
-rw-r--r--tests/test_util_pycompat.py1
-rw-r--r--tests/test_util_rst.py1
-rw-r--r--tests/test_versioning.py1
-rw-r--r--tests/test_writer_latex.py1
88 files changed, 0 insertions, 88 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 68a25b119..363aeeb27 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
pytest config for sphinx/tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_api_translator.py b/tests/test_api_translator.py
index 4e4230ba3..1ff41bcf6 100644
--- a/tests/test_api_translator.py
+++ b/tests/test_api_translator.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_api_translator
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_application.py b/tests/test_application.py
index 860da75df..6a3c84ce2 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_application
~~~~~~~~~~~~~~~~
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index d3c37275b..597fa0ea1 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_autodoc
~~~~~~~~~~~~
diff --git a/tests/test_build.py b/tests/test_build.py
index c47aa896f..93e4ac346 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build
~~~~~~~~~~
diff --git a/tests/test_build_applehelp.py b/tests/test_build_applehelp.py
index 9c5d46941..f66bd5eb8 100644
--- a/tests/test_build_applehelp.py
+++ b/tests/test_build_applehelp.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_applehelp
~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_epub.py b/tests/test_build_epub.py
index 62eb97a1c..66ff62768 100644
--- a/tests/test_build_epub.py
+++ b/tests/test_build_epub.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_html
~~~~~~~~~~~~~~~
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index 0a226e63e..5f6e29fd6 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_gettext
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index ce3e4af56..05a4f98ae 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_html
~~~~~~~~~~~~~~~
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index ced15807a..c2a7bad1c 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_html5
~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_htmlhelp.py b/tests/test_build_htmlhelp.py
index e7bd8a8f3..124462aa5 100644
--- a/tests/test_build_htmlhelp.py
+++ b/tests/test_build_htmlhelp.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_htmlhelp
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index 8a6ced1cc..5c21e8429 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_latex
~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_linkcheck.py b/tests/test_build_linkcheck.py
index 12ded8ecc..d6eacf467 100644
--- a/tests/test_build_linkcheck.py
+++ b/tests/test_build_linkcheck.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_linkcheck
~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_manpage.py b/tests/test_build_manpage.py
index ddaba5f91..5861422ef 100644
--- a/tests/test_build_manpage.py
+++ b/tests/test_build_manpage.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_manpage
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_qthelp.py b/tests/test_build_qthelp.py
index f427ec2d8..dfbfee08e 100644
--- a/tests/test_build_qthelp.py
+++ b/tests/test_build_qthelp.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_qthelp
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index 25a2ac434..364cdc60f 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_texinfo
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_build_text.py b/tests/test_build_text.py
index f7a4035ab..b0755e689 100644
--- a/tests/test_build_text.py
+++ b/tests/test_build_text.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_text
~~~~~~~~~~~~~~~
diff --git a/tests/test_builder.py b/tests/test_builder.py
index dbc9d3dae..b6f7cb8ea 100644
--- a/tests/test_builder.py
+++ b/tests/test_builder.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_builder
~~~~~~~~
diff --git a/tests/test_catalogs.py b/tests/test_catalogs.py
index 79e8d6b95..d53430a0d 100644
--- a/tests/test_catalogs.py
+++ b/tests/test_catalogs.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_build_base
~~~~~~~~~~~~~~~
diff --git a/tests/test_config.py b/tests/test_config.py
index 23982c93e..7cc68ad27 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_config
~~~~~~~~~~~
diff --git a/tests/test_correct_year.py b/tests/test_correct_year.py
index 8995cef5b..9403dcf6f 100644
--- a/tests/test_correct_year.py
+++ b/tests/test_correct_year.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_correct_year
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index 34e3e525c..49d5833f5 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_directive_code
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_directive_only.py b/tests/test_directive_only.py
index 5b55bc370..0d2269366 100644
--- a/tests/test_directive_only.py
+++ b/tests/test_directive_only.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_only_directive
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_directive_other.py b/tests/test_directive_other.py
index 9e3f923b0..61882dce4 100644
--- a/tests/test_directive_other.py
+++ b/tests/test_directive_other.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_directive_other
~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py
index 54cc3c383..e5b81c046 100644
--- a/tests/test_docutilsconf.py
+++ b/tests/test_docutilsconf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_docutilsconf
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index 3e19efbbf..7e94f83a5 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_domain_cpp
~~~~~~~~~~~~~~~
diff --git a/tests/test_domain_js.py b/tests/test_domain_js.py
index 69285c5bd..4dcfdb77d 100644
--- a/tests/test_domain_js.py
+++ b/tests/test_domain_js.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_domain_js
~~~~~~~~~~~~~~
diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py
index 9ef2fb689..bdb9f5fec 100644
--- a/tests/test_domain_py.py
+++ b/tests/test_domain_py.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_domain_py
~~~~~~~~~~~~~~
diff --git a/tests/test_domain_rst.py b/tests/test_domain_rst.py
index c87b4ded9..c446308f5 100644
--- a/tests/test_domain_rst.py
+++ b/tests/test_domain_rst.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_rst_domain
~~~~~~~~~~~~~~~
diff --git a/tests/test_domain_std.py b/tests/test_domain_std.py
index 57d0bf185..b91a196b0 100644
--- a/tests/test_domain_std.py
+++ b/tests/test_domain_std.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_domain_std
~~~~~~~~~~~~~~~
diff --git a/tests/test_environment.py b/tests/test_environment.py
index 993fa80a2..807d2b2e9 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_env
~~~~~~~~
diff --git a/tests/test_environment_indexentries.py b/tests/test_environment_indexentries.py
index 691d6d7b0..933bde60f 100644
--- a/tests/test_environment_indexentries.py
+++ b/tests/test_environment_indexentries.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_environment_indexentries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_environment_toctree.py b/tests/test_environment_toctree.py
index 659ac8716..7fbce0475 100644
--- a/tests/test_environment_toctree.py
+++ b/tests/test_environment_toctree.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_environment_toctree
~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_apidoc.py b/tests/test_ext_apidoc.py
index 5a78de81d..30de0c209 100644
--- a/tests/test_ext_apidoc.py
+++ b/tests/test_ext_apidoc.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_apidoc
~~~~~~~~~~~
diff --git a/tests/test_ext_autodoc.py b/tests/test_ext_autodoc.py
index 50716f8e6..2ee478d74 100644
--- a/tests/test_ext_autodoc.py
+++ b/tests/test_ext_autodoc.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_autodoc
~~~~~~~~~~~~
diff --git a/tests/test_ext_autodoc_importer.py b/tests/test_ext_autodoc_importer.py
index 1f66298ca..3ffb68d38 100644
--- a/tests/test_ext_autodoc_importer.py
+++ b/tests/test_ext_autodoc_importer.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_autodoc_importer
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py
index 42ef0c31a..977dd7eee 100644
--- a/tests/test_ext_autosectionlabel.py
+++ b/tests/test_ext_autosectionlabel.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_autosectionlabel
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_autosummary.py b/tests/test_ext_autosummary.py
index ff0c68a6f..d437ff86a 100644
--- a/tests/test_ext_autosummary.py
+++ b/tests/test_ext_autosummary.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_autosummary
~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_coverage.py b/tests/test_ext_coverage.py
index a8f222a00..688f679fd 100644
--- a/tests/test_ext_coverage.py
+++ b/tests/test_ext_coverage.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_coverage
~~~~~~~~~~~~~
diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py
index 58c4ca85e..585f84d00 100644
--- a/tests/test_ext_doctest.py
+++ b/tests/test_ext_doctest.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_doctest
~~~~~~~~~~~~
diff --git a/tests/test_ext_githubpages.py b/tests/test_ext_githubpages.py
index 18ee51480..69cb958f7 100644
--- a/tests/test_ext_githubpages.py
+++ b/tests/test_ext_githubpages.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_githubpages
~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_graphviz.py b/tests/test_ext_graphviz.py
index 45a155c74..c632d6a20 100644
--- a/tests/test_ext_graphviz.py
+++ b/tests/test_ext_graphviz.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_graphviz
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_ifconfig.py b/tests/test_ext_ifconfig.py
index b4c941512..df6b5c925 100644
--- a/tests/test_ext_ifconfig.py
+++ b/tests/test_ext_ifconfig.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_ifconfig
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_imgconverter.py b/tests/test_ext_imgconverter.py
index 330c3eeed..520d3624a 100644
--- a/tests/test_ext_imgconverter.py
+++ b/tests/test_ext_imgconverter.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_imgconverter
~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_inheritance.py b/tests/test_ext_inheritance.py
index 8a8de8369..e8787427d 100644
--- a/tests/test_ext_inheritance.py
+++ b/tests/test_ext_inheritance.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_inheritance
~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_inheritance_diagram.py b/tests/test_ext_inheritance_diagram.py
index 711e0712c..dc9dd51c9 100644
--- a/tests/test_ext_inheritance_diagram.py
+++ b/tests/test_ext_inheritance_diagram.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_inheritance_diagram
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_intersphinx.py b/tests/test_ext_intersphinx.py
index 968ba7898..b1f4d03af 100644
--- a/tests/test_ext_intersphinx.py
+++ b/tests/test_ext_intersphinx.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_intersphinx
~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py
index aef15e7ce..0b8ec56c3 100644
--- a/tests/test_ext_math.py
+++ b/tests/test_ext_math.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_math
~~~~~~~~~~~~~
diff --git a/tests/test_ext_napoleon.py b/tests/test_ext_napoleon.py
index fd7eb0b9f..b02f9630f 100644
--- a/tests/test_ext_napoleon.py
+++ b/tests/test_ext_napoleon.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_napoleon
~~~~~~~~~~~~~
diff --git a/tests/test_ext_napoleon_docstring.py b/tests/test_ext_napoleon_docstring.py
index 2bc7f626c..422ec0d75 100644
--- a/tests/test_ext_napoleon_docstring.py
+++ b/tests/test_ext_napoleon_docstring.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_napoleon_docstring
~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_napoleon_iterators.py b/tests/test_ext_napoleon_iterators.py
index 0516adbce..fd3255869 100644
--- a/tests/test_ext_napoleon_iterators.py
+++ b/tests/test_ext_napoleon_iterators.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_napoleon_iterators
~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py
index 0260b821d..e5aff7598 100644
--- a/tests/test_ext_todo.py
+++ b/tests/test_ext_todo.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_todo
~~~~~~~~~~~~~
diff --git a/tests/test_ext_viewcode.py b/tests/test_ext_viewcode.py
index 4676f488f..269c2840c 100644
--- a/tests/test_ext_viewcode.py
+++ b/tests/test_ext_viewcode.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_ext_viewcode
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index 29a4c043a..1571adbce 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_highlighting
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_intl.py b/tests/test_intl.py
index fe14012f9..ee4defa0e 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_intl
~~~~~~~~~
diff --git a/tests/test_io.py b/tests/test_io.py
index 2e81035dc..ae7a162ae 100644
--- a/tests/test_io.py
+++ b/tests/test_io.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_sphinx_io
~~~~~~~~~~~~~~
diff --git a/tests/test_locale.py b/tests/test_locale.py
index 9b1921bd6..bab4dc91a 100644
--- a/tests/test_locale.py
+++ b/tests/test_locale.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_locale
~~~~~~~~~~
diff --git a/tests/test_markup.py b/tests/test_markup.py
index af119e029..e17e647c7 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_markup
~~~~~~~~~~~
diff --git a/tests/test_metadata.py b/tests/test_metadata.py
index c81b1939f..435fb0876 100644
--- a/tests/test_metadata.py
+++ b/tests/test_metadata.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_metadata
~~~~~~~~~~~~~
diff --git a/tests/test_parser.py b/tests/test_parser.py
index cecc99044..6a1db4a6b 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_sphinx_parsers
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_project.py b/tests/test_project.py
index 3ae00ef4e..97bcb78ae 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_project
~~~~~~~~~~~~
diff --git a/tests/test_pycode.py b/tests/test_pycode.py
index f35a57c59..5eccad0db 100644
--- a/tests/test_pycode.py
+++ b/tests/test_pycode.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_pycode
~~~~~~~~~~~
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py
index 4fbfefcf2..403c918dc 100644
--- a/tests/test_pycode_parser.py
+++ b/tests/test_pycode_parser.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_pycode_parser
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index ad36faca7..37a426a7b 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_quickstart
~~~~~~~~~~~~~~~
diff --git a/tests/test_roles.py b/tests/test_roles.py
index b7c94fc55..27a300c47 100644
--- a/tests/test_roles.py
+++ b/tests/test_roles.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_roles
~~~~~~~~~~
diff --git a/tests/test_search.py b/tests/test_search.py
index c9b619872..97789f687 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_search
~~~~~~~~~~~
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index 7d373fc8f..ed2fd4ffa 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_setup_command
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_smartquotes.py b/tests/test_smartquotes.py
index 2102467c6..c610e5b2d 100644
--- a/tests/test_smartquotes.py
+++ b/tests/test_smartquotes.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_smartquotes
~~~~~~~~~~~~~~~~
diff --git a/tests/test_templating.py b/tests/test_templating.py
index 3ae560c9e..5b786c52c 100644
--- a/tests/test_templating.py
+++ b/tests/test_templating.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_templating
~~~~~~~~~~~~~~~~
diff --git a/tests/test_theming.py b/tests/test_theming.py
index 43e97473d..3814bb599 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_theming
~~~~~~~~~~~~
diff --git a/tests/test_toctree.py b/tests/test_toctree.py
index e37862ae0..7453797b7 100644
--- a/tests/test_toctree.py
+++ b/tests/test_toctree.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_toctree
~~~~~~~~~~~~
diff --git a/tests/test_transforms_post_transforms_code.py b/tests/test_transforms_post_transforms_code.py
index e1c45ce65..1e7f81270 100644
--- a/tests/test_transforms_post_transforms_code.py
+++ b/tests/test_transforms_post_transforms_code.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_transforms_post_transforms_code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util.py b/tests/test_util.py
index 8c62db1cd..43fcd978d 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util
~~~~~~~~~~~~~~~
diff --git a/tests/test_util_docstrings.py b/tests/test_util_docstrings.py
index 1bdda1021..bfd5b58b4 100644
--- a/tests/test_util_docstrings.py
+++ b/tests/test_util_docstrings.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_docstrings
~~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_docutils.py b/tests/test_util_docutils.py
index 9319863e0..9b71568dd 100644
--- a/tests/test_util_docutils.py
+++ b/tests/test_util_docutils.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_docutils
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_fileutil.py b/tests/test_util_fileutil.py
index e27132069..7d219c4c8 100644
--- a/tests/test_util_fileutil.py
+++ b/tests/test_util_fileutil.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_fileutil
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_i18n.py b/tests/test_util_i18n.py
index 70246d32e..86df387ad 100644
--- a/tests/test_util_i18n.py
+++ b/tests/test_util_i18n.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_i18n
~~~~~~~~~~~~~~
diff --git a/tests/test_util_images.py b/tests/test_util_images.py
index a7ecff371..37f426b7b 100644
--- a/tests/test_util_images.py
+++ b/tests/test_util_images.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_images
~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_inspect.py b/tests/test_util_inspect.py
index 6b57a620d..9746a3e2a 100644
--- a/tests/test_util_inspect.py
+++ b/tests/test_util_inspect.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_inspect
~~~~~~~~~~~~~~~
diff --git a/tests/test_util_inventory.py b/tests/test_util_inventory.py
index 09feaf21c..7491b217d 100644
--- a/tests/test_util_inventory.py
+++ b/tests/test_util_inventory.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_inventory
~~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_jsdump.py b/tests/test_util_jsdump.py
index b52f8db3f..d93c6ecd0 100644
--- a/tests/test_util_jsdump.py
+++ b/tests/test_util_jsdump.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
from sphinx.util.jsdump import dumps, loads
diff --git a/tests/test_util_logging.py b/tests/test_util_logging.py
index 18e041290..41983c62f 100644
--- a/tests/test_util_logging.py
+++ b/tests/test_util_logging.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_logging
~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_matching.py b/tests/test_util_matching.py
index fc38470d3..37f818f8c 100644
--- a/tests/test_util_matching.py
+++ b/tests/test_util_matching.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_matching
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_nodes.py b/tests/test_util_nodes.py
index 04b437a4f..839334cd8 100644
--- a/tests/test_util_nodes.py
+++ b/tests/test_util_nodes.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_nodes
~~~~~~~~~~~~~~~
diff --git a/tests/test_util_pycompat.py b/tests/test_util_pycompat.py
index 333664975..8dc8a9e34 100644
--- a/tests/test_util_pycompat.py
+++ b/tests/test_util_pycompat.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_pycompat
~~~~~~~~~~~~~~~~~~
diff --git a/tests/test_util_rst.py b/tests/test_util_rst.py
index 166c865d3..8c3627439 100644
--- a/tests/test_util_rst.py
+++ b/tests/test_util_rst.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_util_rst
~~~~~~~~~~~~~~~
diff --git a/tests/test_versioning.py b/tests/test_versioning.py
index 600496709..009af98aa 100644
--- a/tests/test_versioning.py
+++ b/tests/test_versioning.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_versioning
~~~~~~~~~~~~~~~
diff --git a/tests/test_writer_latex.py b/tests/test_writer_latex.py
index e8e8cb191..ce6351111 100644
--- a/tests/test_writer_latex.py
+++ b/tests/test_writer_latex.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_writer_latex
~~~~~~~~~~~~~~~~