Renaming all tests to be consistent with naming.

This commit is contained in:
Gareth J. Greenaway 2017-07-14 15:20:11 -07:00
parent 0b227e3b63
commit 1ec4ccba85
8 changed files with 2 additions and 2 deletions

View File

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

View File

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