Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master-port 49822 and 52217 #54977

Merged
merged 12 commits into from
Jan 6, 2020
Prev Previous commit
Next Next commit
Remove NO_MOCK
  • Loading branch information
mchugh19 authored Dec 31, 2019
commit e3fd56d0ec0f21cacc211d9894c2dffa597f93c6
5 changes: 0 additions & 5 deletions tests/unit/modules/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import TestCase, skipIf
from tests.support.mock import (
NO_MOCK,
NO_MOCK_REASON
)

XML_STRING = '''
<root xmlns:foo="http://www.foo.org/" xmlns:bar="http://www.bar.org">
Expand All @@ -33,7 +29,6 @@
'''


@skipIf(NO_MOCK, NO_MOCK_REASON)
class XmlTestCase(TestCase, LoaderModuleMockMixin):
'''
Test cases for salt.modules.xml
Expand Down