mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Renaming all tests to be consistent with naming.
This commit is contained in:
parent
0b227e3b63
commit
1ec4ccba85
@ -18,7 +18,7 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class NetworkInfoBeaconTestCase(TestCase, LoaderModuleMockMixin):
|
||||
class NetworkSettingsBeaconTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test case for salt.beacons.network_settings
|
||||
'''
|
@ -106,7 +106,7 @@ class MockTwilioRestClient(object):
|
||||
|
||||
@skipIf(not HAS_TWILIO, 'twilio.rest is not available')
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class TwilioMsgTxtTestCase(TestCase, LoaderModuleMockMixin):
|
||||
class TwilioMsgTxtBeaconTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test case for salt.beacons.twilio_txt_msg
|
||||
'''
|
Loading…
Reference in New Issue
Block a user