mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename dockerio.py unit tests to dockerio_test.py
These tests have never run automatically because of an incorrect file name. Added a skipIf on these tests as they are currently non-functioning and the module they're testing has been deprecated.
This commit is contained in:
parent
ec0cc943e0
commit
4e9733ad6d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def provision_state(module, fixture):
|
|||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@skipIf(True, 'Skipped: This module has been deprecated.')
|
||||
class DockerStateTestCase(TestCase):
|
||||
def test_docker_run_success(self):
|
||||
from salt.states import dockerio
|
Loading…
Add table
Reference in a new issue