These tests aren't even using mock!

Conflicts:
  - tests/unit/beacons/inotify_beacon_test.py
This commit is contained in:
Pedro Algarvio 2017-03-09 17:51:43 +00:00 committed by rallytime
parent 6408b123e7
commit 4a242829ee

View file

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