Skip to content

Commit

Permalink
remove no_mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mchugh19 authored Dec 30, 2019
1 parent 30cc99b commit 51b5b0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/states/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@
from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import skipIf, TestCase
from tests.support.mock import (
NO_MOCK,
NO_MOCK_REASON,
MagicMock,
patch)

# Import Salt Libs
import salt.states.xml as xml


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

0 comments on commit 51b5b0c

Please sign in to comment.