summaryrefslogtreecommitdiff
path: root/testing/test_runner.py
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-05-14 19:42:44 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-05-14 19:42:44 -0300
commit7573747cda7536c7d15595dc1d03c513b387743c (patch)
tree3b3404e19f9ed4b6a1cacd3ceb1ce5617207a79f /testing/test_runner.py
parent18024467ffb7c1a6f95eddd31d6d6f18b763b84c (diff)
downloadpytest-7573747cda7536c7d15595dc1d03c513b387743c.tar.gz
Normalize all source encoding declarations
Diffstat (limited to 'testing/test_runner.py')
-rw-r--r--testing/test_runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_runner.py b/testing/test_runner.py
index c52d2ea7c..7ab63b346 100644
--- a/testing/test_runner.py
+++ b/testing/test_runner.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
@@ -793,7 +793,7 @@ def test_pytest_cmdline_main(testdir):
def test_unicode_in_longrepr(testdir):
testdir.makeconftest(
"""
- # -*- coding: utf-8 -*-
+ # coding: utf-8
import pytest
@pytest.hookimpl(hookwrapper=True)
def pytest_runtest_makereport():