Fix docs for skipif decorator

This commit is contained in:
Bo Maryniuk 2017-10-30 14:15:49 +01:00
parent d5d653af45
commit 599310e684

View File

@ -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