mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add runTest method to class for PY2
This commit is contained in:
parent
377ec095ab
commit
0e011ad805
1 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,12 @@ class WinLgpoTest(ModuleCase):
|
|||
# expecting it to fail
|
||||
self.assertNotEqual(ret, True)
|
||||
|
||||
def runTest(self):
|
||||
'''
|
||||
runTest method
|
||||
'''
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue