summaryrefslogtreecommitdiff
path: root/sphinx/testing
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-02 16:00:30 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-02 16:00:30 +0900
commit1b1ebd2c7539ebf6a1dfa1ea247e659f98fa9eaf (patch)
tree38bca96a6678ce1adf052aa51223bd91804e3b8b /sphinx/testing
parent38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (diff)
downloadsphinx-git-1b1ebd2c7539ebf6a1dfa1ea247e659f98fa9eaf.tar.gz
A happy new year!
Diffstat (limited to 'sphinx/testing')
-rw-r--r--sphinx/testing/__init__.py2
-rw-r--r--sphinx/testing/fixtures.py2
-rw-r--r--sphinx/testing/path.py2
-rw-r--r--sphinx/testing/util.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
index c551da36f..a67f615d6 100644
--- a/sphinx/testing/__init__.py
+++ b/sphinx/testing/__init__.py
@@ -10,6 +10,6 @@
pytest_plugins = 'sphinx.testing.fixtures'
- :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index fcf1028fd..6af6e96a1 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -5,7 +5,7 @@
Sphinx test fixtures for pytest
- :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from __future__ import print_function
diff --git a/sphinx/testing/path.py b/sphinx/testing/path.py
index 1c9781dea..2318744e2 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -3,7 +3,7 @@
sphinx.testing.path
~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py
index 4c18d1c0c..bd6f5948f 100644
--- a/sphinx/testing/util.py
+++ b/sphinx/testing/util.py
@@ -5,7 +5,7 @@
Sphinx test suite utilities
- :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os