mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed imports for pytest
Imports now match the new test-suite introduced in 2017.7.
This commit is contained in:
parent
c8e98c8d8a
commit
caf78d206d
1 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue