Skip to content

[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #63

[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig

[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #63

Triggered via pull request November 20, 2023 14:15
@antonio-amjrantonio-amjr
synchronize #16
Status Success
Total duration 20s
Artifacts

spell-check.yml

on: pull_request_target
spellcheck
10s
spellcheck
Fit to window
Zoom out
Zoom in

Annotations

15 errors
app/tests/utils/test_run_execution.py#L114
Argument "selected_tests" to "create_random_test_run_execution" has incompatible type "Dict[Any, Any]"; 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#L64
Missing named argument "selected_tests" for "TestRunExecutionCreate" [call-arg]
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]