aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_everything.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-03-28 15:38:54 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2019-04-08 15:11:57 +0200
commit718721cbc725d3aa3db9fe2d606c81a56615a753 (patch)
tree0e2794de3360e76f8eb223aa88d9390312555932 /_pytest/test_everything.py
parent60a842e141fd0710873f018e0908764f08132a77 (diff)
downloadwee-slack-718721cbc725d3aa3db9fe2d606c81a56615a753.tar.gz
Import print_function and unicode_literals in all test files
Diffstat (limited to '_pytest/test_everything.py')
-rw-r--r--_pytest/test_everything.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py
index 2651c5d..5ac4b62 100644
--- a/_pytest/test_everything.py
+++ b/_pytest/test_everything.py
@@ -1,4 +1,4 @@
-from __future__ import print_function
+from __future__ import print_function, unicode_literals
import glob
import json