mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update docs for yamldumper test
This commit is contained in:
parent
bf648e57a8
commit
20bc954483
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from tests.support.mock import NO_MOCK, NO_MOCK_REASON
|
|||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class YamlDumperTestCase(TestCase):
|
||||
'''
|
||||
TestCase for salt.utils.yamlloader module
|
||||
TestCase for salt.utils.yamldumper module
|
||||
'''
|
||||
def test_yaml_dump(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue