integration tests are not reviewed by the static checker
Metadata
Current evaluation
⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.
Closed without documented resolution. The static analysis configuration was never updated to include the integration tests directory, leaving Python style violations unchecked. Issue appears abandoned.
Suggested action: —
No scores available.
Issue body
The integration tests are python files, so they must adhere to all our style guides. Currently, the static checks are ignoring this directory and it's full of small errors.
To reproduce:
$ ./runtests.sh
Notice that it succeeds, even though it should fail because of the problems in integration_tests.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without documented resolution. The static analysis configuration was never updated to include the integration tests directory, leaving Python style violations unchecked. Issue appears abandoned. | |
| qwen/qwen3.6-35b-a3b | — | — | Static checks were configured to skip the integration tests directory, allowing Python style violations to bypass review. The report was closed without resolution or follow-up, indicating it was abandoned. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Abandoned. The static analysis configuration was never updated to include the integration tests directory, leaving style violations unaddressed. No fix or pull request was implemented. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1541332 Missing build-packages in integration tests | snapcraft (launchpad) | closed | Closed without resolution or comments. The reported missing build-packages in integration tests were not addressed, indicating the issue was abandoned or stale. | |
| #1659816 runtests.sh static gives some errors | snapcraft (launchpad) | closed | Closed without resolution or comments, likely abandoned. The report listed static analysis and linting errors in runtests.sh but received no follow-up. |