Searched full:test_cli (Results 1 – 4 of 4) sorted by relevance
4 Subject: [PATCH] test_cli.py: disable15 tests/test_cli.py | 1 +18 diff --git a/tests/test_cli.py b/tests/test_cli.py20 --- a/tests/test_cli.py21 +++ b/tests/test_cli.py
8 --deselect tests/test_cli/test_completion_run.py::test_script_completion_run \9 --deselect tests/test_cli/test_doc.py::test_doc_html_output \10 --deselect tests/test_cli/test_sub_completion.py::test_script_completion_run \
14 file://0001-test_cli.py-disable.patch \
17 static char *make_cli(const GString *generic_cli, const char *test_cli) in make_cli() argument19 return g_strdup_printf("%s %s", generic_cli->str, test_cli); in make_cli()