When submitting a YAML file via ‘pav run_test_suite’ it would be nice if we could specify as well the specific test within the YAML file to run, instead of all of them. This helps when trying to debug some tests without having to create a separate YAML file for one-off testing.
When submitting a YAML file via ‘pav run_test_suite’ it would be nice if we could specify as well the specific test within the YAML file to run, instead of all of them. This helps when trying to debug some tests without having to create a separate YAML file for one-off testing.
The idea would be to run a test as follows:
$ pav run_test_suite my_big_test_file.yaml -t $NAME_OF_SPECIFIC_TEST_TO_RUN_ONLY