Merge pull request #19918 from jfindlay/fix_ddns_tests

fix ddns tests
This commit is contained in:
Thomas S Hatch 2015-01-21 13:16:49 -07:00
commit 8f8ff4e7ed

View File

@ -29,6 +29,9 @@ ddns.__grains__ = {}
ddns.__salt__ = {}
@skipIf(True, 'mocking dnspython without depending on it being installed'
'requires more effort than unit testing the ddns module may be worth'
'at this point. An integration test would be easy though.')
@skipIf(NO_MOCK, NO_MOCK_REASON)
class DDNSTestCase(TestCase):
'''