Put Windows tests in their own class

This commit is contained in:
twangboy 2019-07-03 12:45:33 -06:00
parent 6fbf1a3196
commit cc732040ba
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -41,6 +41,7 @@ def create(path, content=None):
@skipIf(not watchdog.HAS_WATCHDOG, 'watchdog is not available')
@skipIf(salt.utils.platform.is_windows(), 'Skip these tests on Windows')
class IWatchdogBeaconTestCase(TestCase, LoaderModuleMockMixin):
'''
Test case for salt.beacons.watchdog