From 40a3a6c3d0de657163b4046ee36f62f6b521536b Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Wed, 19 Jun 2019 20:54:50 -0400 Subject: only --only option to run_project_tests, add type hints, improve variable name use --- docs/markdown/snippets/select_run_project_tests.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/markdown/snippets/select_run_project_tests.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/select_run_project_tests.md b/docs/markdown/snippets/select_run_project_tests.md new file mode 100644 index 0000000..8311c83 --- /dev/null +++ b/docs/markdown/snippets/select_run_project_tests.md @@ -0,0 +1,10 @@ +## added `--only test(s)` option to run_project_tests.py + +Individual tests or a list of tests from run_project_tests.py can be selected like: +``` +python run_project_tests.py --only fortran + +python run_project_tests.py --only fortran python3 +``` + +This assists Meson development by only running the tests for the portion of Meson being worked on during local development. \ No newline at end of file -- cgit v1.1