mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add test.cross_test to test module tests
Enough tests for the testing of the tests?
This commit is contained in:
parent
3acfaf5916
commit
0f386a498b
1 changed files with 11 additions and 0 deletions
|
@ -49,6 +49,17 @@ class TestModuleTest(saltunittest.ModuleCase):
|
|||
opts['cachedir']
|
||||
)
|
||||
|
||||
def test_cross_test(self):
|
||||
'''
|
||||
test.cross_test
|
||||
'''
|
||||
self.assertTrue(
|
||||
self.run_function(
|
||||
'test.cross_test',
|
||||
['test.ping']
|
||||
)
|
||||
)
|
||||
|
||||
def test_fib(self):
|
||||
'''
|
||||
test.fib
|
||||
|
|
Loading…
Add table
Reference in a new issue