summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-06-02 15:30:53 -0700
committerBruno Oliveira <bruno@esss.com.br>2019-06-03 12:08:01 -0300
commit5034399d7acc4bd14fdad3d056a9abc2fde13863 (patch)
treef7151c1415dd283c974a0e81578778a6e0789869 /bench
parent99057555e1859a6ad68d25d734b4d7e1063cc413 (diff)
downloadpytest-5034399d7acc4bd14fdad3d056a9abc2fde13863.tar.gz
pre-commit run fix-encoding-pragma --all-files
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.py1
-rw-r--r--bench/bench_argcomplete.py1
-rw-r--r--bench/empty.py1
-rw-r--r--bench/manyparam.py1
-rw-r--r--bench/skip.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/bench/bench.py b/bench/bench.py
index 468ef5219..31cc7ac13 100644
--- a/bench/bench.py
+++ b/bench/bench.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
import sys
if __name__ == "__main__":
diff --git a/bench/bench_argcomplete.py b/bench/bench_argcomplete.py
index 297637bad..335733df7 100644
--- a/bench/bench_argcomplete.py
+++ b/bench/bench_argcomplete.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# 10000 iterations, just for relative comparison
# 2.7.5 3.3.2
# FilesCompleter 75.1109 69.2116
diff --git a/bench/empty.py b/bench/empty.py
index bfda88235..4e7371b6f 100644
--- a/bench/empty.py
+++ b/bench/empty.py
@@ -1,3 +1,2 @@
-# -*- coding: utf-8 -*-
for i in range(1000):
exec("def test_func_%d(): pass" % i)
diff --git a/bench/manyparam.py b/bench/manyparam.py
index c47e25f51..1226c73bd 100644
--- a/bench/manyparam.py
+++ b/bench/manyparam.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
import pytest
diff --git a/bench/skip.py b/bench/skip.py
index 29e03e54f..2fc8240e5 100644
--- a/bench/skip.py
+++ b/bench/skip.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
from six.moves import range
import pytest