[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #44
Triggered via pull request
November 13, 2023 20:21
antonio-amjr
synchronize
#16
Status
Success
Total duration
24s
Artifacts
–
Annotations
23 errors
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
app/tests/utils/test_suite_execution.py#L81
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]
|
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]
|
app/tests/crud/test_project.py#L122
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
app/tests/crud/test_test_suite_execution.py#L28
Missing positional argument "selected_tests" in call to "create_random_test_run_execution" [call-arg]
|