Home
last modified time | relevance | path

Searched refs:_test_help (Results 1 – 3 of 3) sorted by relevance

/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/tests/unit/
H A Dtest_shell.py432 def _test_help(self, command, required=None): member in ShellTest
445 self._test_help('help')
448 self._test_help('--help')
449 self._test_help('-h')
452 self._test_help('')
460 self._test_help('help set-password', required=required)
/dports/devel/py-cliff/cliff-3.3.0/cliff/tests/
H A Dtest_app.py306 def _test_help(self, deferred_help): member in TestHelpHandling
320 self._test_help(False)
323 self._test_help(True)
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c143 static int _test_help (ConfigFile *conf, ConfigEntry *ce);
163 { "help", _conf_help, _test_help },
6399 int _test_help(ConfigFile *conf, ConfigEntry *ce) { in _test_help() function