mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
These tests aren't even using mock!
Conflicts: - tests/unit/beacons/inotify_beacon_test.py
This commit is contained in:
parent
6408b123e7
commit
4a242829ee
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ from salt.beacons import inotify
|
|||
# Salt testing libs
|
||||
from salttesting import skipIf, TestCase
|
||||
from salttesting.helpers import destructiveTest, ensure_in_syspath
|
||||
from salttesting.mock import NO_MOCK, NO_MOCK_REASON
|
||||
|
||||
# Third-party libs
|
||||
try:
|
||||
|
@ -26,7 +25,6 @@ ensure_in_syspath('../../')
|
|||
|
||||
|
||||
@skipIf(not HAS_PYINOTIFY, 'pyinotify is not available')
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class INotifyBeaconTestCase(TestCase):
|
||||
'''
|
||||
Test case for salt.beacons.inotify
|
||||
|
|
Loading…
Add table
Reference in a new issue