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