def test_unstandby(self, mock_doer): lib.standby_unstandby_all(self.lib_env, False, self.wait) mock_doer.assert_called_once_with( self.lib_env, self.standby_off, self.wait )