You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
<!--
Include a short paragraph of the changes introduced in this PR.
If this PR requires additional context or rationale, explain why
the changes are necessary.
-->
Fixes tests whenever possible and marks remaining ones as `XFAIL`.
## Test Plan
<!--
List the steps needed to test this PR.
-->
- Run unit tests with `tox -e test-unit`
- Run integration tests with `tox -e test-integration`
- To see remaining broken tests, run with: `tox -e test-unit --
--runxfail`
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [x] Includes AI-assisted code completion
- [x] Includes code generated by an AI application
- [x] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)
0 commit comments