Add __future__ imports to all pytest modules
This prevents silly errors from creeping in Python 2 when testing in Python 3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
""" Python test discovery, setup and run of test functions. """
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
import fnmatch
|
||||
import inspect
|
||||
|
||||
Reference in New Issue
Block a user