Add test.cross_test to test module tests

Enough tests for the testing of the tests?
This commit is contained in:
Thomas S Hatch 2012-02-13 14:36:14 -07:00
parent 3acfaf5916
commit 0f386a498b

View file

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