Skip to content

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

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

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

GitHub Actions / Mypy failed Nov 13, 2023 in 0s

23 errors

Mypy found 23 errors

Annotations

Check failure on line 36 in app/tests/test_engine/test_script_manager.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]