summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-03-07 18:37:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-03-07 18:37:57 -0500
commit2673cc36d484191ba6b538cf24dd48331e39abb3 (patch)
treebe27ba01ac84347b270a6c7484e4e989f083ddba /tests
parent28119da6f82da692ff6c3a4801a3fa08a7494edf (diff)
downloadpython-coveragepy-git-nedbat/drop-py2.tar.gz
No need for utf-8 coding commentsnedbat/drop-py2
Diffstat (limited to 'tests')
-rw-r--r--tests/test_annotate.py1
-rw-r--r--tests/test_config.py1
-rw-r--r--tests/test_coverage.py1
-rw-r--r--tests/test_files.py1
-rw-r--r--tests/test_html.py1
-rw-r--r--tests/test_json.py1
-rw-r--r--tests/test_process.py1
-rw-r--r--tests/test_summary.py1
-rw-r--r--tests/test_templite.py1
-rw-r--r--tests/test_testing.py1
-rw-r--r--tests/test_xml.py1
11 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_annotate.py b/tests/test_annotate.py
index 3c2b1a2c..5d9797d6 100644
--- a/tests/test_annotate.py
+++ b/tests/test_annotate.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_config.py b/tests/test_config.py
index fe9e001e..1c4d6f2c 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_coverage.py b/tests/test_coverage.py
index 4bf8ba6e..8b6f4032 100644
--- a/tests/test_coverage.py
+++ b/tests/test_coverage.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_files.py b/tests/test_files.py
index 1aeacb51..576570b0 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_html.py b/tests/test_html.py
index 6d41bf53..0e293e46 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_json.py b/tests/test_json.py
index 2d2ae9f4..47e7f5c2 100644
--- a/tests/test_json.py
+++ b/tests/test_json.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_process.py b/tests/test_process.py
index efb8c41f..ef0c8d75 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_summary.py b/tests/test_summary.py
index 2e41b034..aeb0bdb0 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_templite.py b/tests/test_templite.py
index 321db830..0ebd0a00 100644
--- a/tests/test_templite.py
+++ b/tests/test_templite.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_testing.py b/tests/test_testing.py
index 688657a8..e754520b 100644
--- a/tests/test_testing.py
+++ b/tests/test_testing.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_xml.py b/tests/test_xml.py
index 86d9491a..69d59727 100644
--- a/tests/test_xml.py
+++ b/tests/test_xml.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt