mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix docs for skipif decorator
This commit is contained in:
parent
d5d653af45
commit
599310e684
@ -744,7 +744,7 @@ class FileModuleTestCase(TestCase, LoaderModuleMockMixin):
|
||||
self.assertEqual(ret, 'This is a templated file.')
|
||||
|
||||
|
||||
@skipIf(pytest is None, 'PyTest required for this test')
|
||||
@skipIf(pytest is None, 'PyTest required for this set of tests')
|
||||
class FilemodLineTests(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Unit tests for file.line
|
||||
|
Loading…
Reference in New Issue
Block a user