Home
last modified time | relevance | path

Searched refs:test_help (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_help.pro1 ; test_help: a prototype everything goes collection of compiled routines
26 pro test_help, test=test, noexit=noexit, verbose=verbose
55 banner_for_testsuite,' test_help',' new features! no errors!' $
57 banner_for_testsuite,' test_help',err
59 if keyword_set(test) then stop,' test_help complete'
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dtest_moz2po.py14 def test_help(self, capsys): member in TestMoz2POCommand
16 options = super().test_help(capsys)
H A Dtest_po2moz.py14 def test_help(self, capsys): member in TestPO2MozCommand
16 options = super().test_help(capsys)
H A Dtest_rc2po.py60 def test_help(self, capsys): member in TestRC2POCommand
62 options = super().test_help(capsys)
H A Dtest_po2tiki.py65 def test_help(self, capsys): member in TestPo2TikiCommand
67 options = super().test_help(capsys)
H A Dtest_tiki2po.py74 def test_help(self, capsys): member in TestTiki2PoCommand
76 options = super().test_help(capsys)
H A Dtest_po2sub.py69 def test_help(self, capsys): member in TestPO2SubCommand
71 options = super().test_help(capsys)
H A Dtest_po2rc.py66 def test_help(self, capsys): member in TestPO2RCCommand
68 options = super().test_help(capsys)
H A Dtest_json2po.py81 def test_help(self, capsys): member in TestJson2POCommand
83 options = super().test_help(capsys)
H A Dtest_oo2xliff.py21 def test_help(self, capsys): member in TestOO2POCommand
23 options = super().test_help(capsys)
H A Dtest_po2ts.py148 def test_help(self, capsys): member in TestPO2TSCommand
150 options = super().test_help(capsys)
H A Dtest_ts2po.py150 def test_help(self, capsys): member in TestTS2POCommand
152 options = super().test_help(capsys)
H A Dtest_po2flatxml.py136 def test_help(self, capsys): member in TestPO2FlatXMLCommand
138 options = super().test_help(capsys)
H A Dtest_ini2po.py151 def test_help(self, capsys): member in TestIni2POCommand
153 options = super().test_help(capsys)
H A Dtest_flatxml2po.py133 def test_help(self, capsys): member in TestFlatXML2POCommand
135 options = super().test_help(capsys)
H A Dtest_po2mozlang.py199 def test_help(self, capsys): member in TestPO2LangCommand
201 options = super().test_help(capsys)
H A Dtest_po2txt.py186 def test_help(self, capsys): member in TestPO2TxtCommand
188 options = super().test_help(capsys)
H A Dtest_mozlang2po.py148 def test_help(self, capsys): member in TestLang2POCommand
150 options = super().test_help(capsys)
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dmaint.exp23 proc test_help {} { procedure
115 test_help
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dmaint.exp27 proc test_help {} { procedure
121 test_help
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.cp/
H A Dmaint.exp28 proc test_help {} { procedure
118 test_help
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.cp/
H A Dmaint.exp28 proc test_help {} { procedure
118 test_help
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dmaint.exp23 proc test_help {} { procedure
116 test_help
/dports/devel/R-cran-optparse/optparse/
H A DMD523 db4dd8c665d626beb66a70a7fd5ac1a6 *tests/test_help.R
24 aa33491c5ca831201e373cb8ca1b3ddb *tests/test_help.Rout.save
/dports/science/gromacs/gromacs-2021.4/tests/physicalvalidation/
H A Dgmx_physicalvalidation.py780 test_help = test_cls.parser().format_help()
781 test_help = test_help.replace(test_cls.__name__, test).replace('usage: ', '')
782test_help = test_help.replace(' -h, --help show this help message and exit\n', '')
783 test_help = test_help.replace(' [-h]', '')
784 test_help = test_help.replace(' ' * (len(test_cls.__name__) + 7), ' ' * len(test))
786 first_line = test_help.split('\n')[0]
788 message += test_help.replace(first_line, separator + '\n' + first_line)

12345678910>>...19