Fixed imports for pytest

Imports now match the new test-suite introduced in 2017.7.
This commit is contained in:
Jochen Breuer 2017-08-18 15:15:20 +02:00
parent c8e98c8d8a
commit caf78d206d
No known key found for this signature in database
GPG key ID: 29ACE79F4D5EEE69

View file

@ -5,11 +5,10 @@
# Import Python Libs
from __future__ import absolute_import
import os
# Import Salt Testing Libs
from salttesting import TestCase, skipIf
from salttesting.mock import (
from tests.support.unit import TestCase, skipIf
from tests.support.mock import (
Mock,
patch,
NO_MOCK,