[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #44
23 errors
Mypy found 23 errors
Annotations
Check failure on line 36 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L36
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 52 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L52
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 66 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L66
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 80 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L80
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 96 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L96
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 110 in app/tests/test_engine/test_script_manager.py
github-actions / Mypy
app/tests/test_engine/test_script_manager.py#L110
Argument 1 to "validate_test_selection" of "TestScriptManager" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 181 in app/crud/crud_test_run_execution.py
github-actions / Mypy
app/crud/crud_test_run_execution.py#L181
Argument 1 to "pending_test_suite_executions_for_selected_tests" of "TestScriptManager" has incompatible type "Optional[SelectedTests]"; expected "SelectedTests" [arg-type]
Check failure on line 93 in app/tests/utils/test_run_execution.py
github-actions / Mypy
app/tests/utils/test_run_execution.py#L93
Argument "selected_tests" to "create" of "CRUDTestRunExecution" has incompatible type "SelectedTests"; expected "Optional[Dict[Any, Any]]" [arg-type]
Check failure on line 108 in app/tests/utils/test_run_execution.py
github-actions / Mypy
app/tests/utils/test_run_execution.py#L108
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[Any, Any]"; expected "SelectedTests" [arg-type]
Check failure on line 130 in app/tests/utils/test_run_execution.py
github-actions / Mypy
app/tests/utils/test_run_execution.py#L130
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 81 in app/tests/utils/test_suite_execution.py
github-actions / Mypy
app/tests/utils/test_suite_execution.py#L81
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]
Check failure on line 75 in app/tests/utils/test_runner.py
github-actions / Mypy
app/tests/utils/test_runner.py#L75
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 122 in app/tests/crud/test_project.py
github-actions / Mypy
app/tests/crud/test_project.py#L122
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]
Check failure on line 475 in app/tests/test_engine/test_runner_exceptions.py
github-actions / Mypy
app/tests/test_engine/test_runner_exceptions.py#L475
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 219 in app/tests/test_engine/test_runner_abort_testing.py
github-actions / Mypy
app/tests/test_engine/test_runner_abort_testing.py#L219
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 251 in app/tests/test_engine/test_runner_abort_testing.py
github-actions / Mypy
app/tests/test_engine/test_runner_abort_testing.py#L251
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 290 in app/tests/test_engine/test_runner_abort_testing.py
github-actions / Mypy
app/tests/test_engine/test_runner_abort_testing.py#L290
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 111 in app/tests/test_engine/test_runner.py
github-actions / Mypy
app/tests/test_engine/test_runner.py#L111
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 181 in app/tests/test_engine/test_runner.py
github-actions / Mypy
app/tests/test_engine/test_runner.py#L181
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 349 in app/tests/test_engine/test_runner.py
github-actions / Mypy
app/tests/test_engine/test_runner.py#L349
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 354 in app/tests/test_engine/test_runner.py
github-actions / Mypy
app/tests/test_engine/test_runner.py#L354
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 392 in app/tests/test_engine/test_runner.py
github-actions / Mypy
app/tests/test_engine/test_runner.py#L392
Argument "test_cases" to "load_test_run_for_test_cases" has incompatible type "Dict[str, Dict[str, Dict[str, int]]]"; expected "SelectedTests" [arg-type]
Check failure on line 28 in app/tests/crud/test_test_suite_execution.py
github-actions / Mypy
app/tests/crud/test_test_suite_execution.py#L28
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]