def test_data_validate_failed_to_load_domain( - run_in_simple_project_with_no_domain: Callable[..., RunResult] + run_in_simple_project_with_no_domain: Callable[..., RunResult], ): result = run_in_simple_project_with_no_domain( "data", tests/cli/test_rasa_train.py~L243 def test...