Add skipIf when older mock present

This commit is contained in:
Erik Johnson 2018-04-04 10:54:47 -05:00
parent db8faaee56
commit be284e5b99
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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 {