diff --git a/conftest.py b/conftest.py --- a/conftest.py +++ b/conftest.py @@ -1,7 +1,9 @@ +import os +import sys + import mock -import os import pytest -import sys + here = os.path.dirname(__file__)