mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed tests
This commit is contained in:
parent
ac74d7ddef
commit
306d13a7fa
@ -6,6 +6,9 @@
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.modules import mac_brew
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from salttesting import skipIf, TestCase
|
||||
from salttesting.mock import MagicMock, patch, NO_MOCK, NO_MOCK_REASON
|
||||
@ -13,9 +16,6 @@ from salttesting.helpers import ensure_in_syspath
|
||||
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.modules import brew
|
||||
|
||||
# Global Variables
|
||||
brew.__context__ = {}
|
||||
brew.__salt__ = {}
|
Loading…
Reference in New Issue
Block a user