Example #1
0
 def test_argspec(self):
     """
     Test if it return the argument specification
     of functions in Salt execution modules.
     """
     self.assertDictEqual(sysmod.argspec(), {})
Example #2
0
 def test_argspec(self):
     '''
     Test if it return the argument specification
     of functions in Salt execution modules.
     '''
     self.assertDictEqual(sysmod.argspec(), {})