inet.test.validation.run_validation_tests¶
- run_validation_tests(**kwargs)[source]¶
Runs one or more validation tests that match the provided filter criteria.
- Parameters
kwargs (dict) – The filter criteria parameters are inherited from the
get_validation_test_tasks()
function.
- Returns (
MultipleTestTaskResults
): an object that contains a list of
TestTaskResult
objects. Each object describes the result of running one test task.