mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add skipIf when older mock present
This commit is contained in:
parent
db8faaee56
commit
be284e5b99
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ import salt.utils.stringutils
|
|||
import salt.tops.ext_nodes as ext_nodes
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class ExtNodesTestCase(TestCase, LoaderModuleMockMixin):
|
||||
def setup_loader_modules(self):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue