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
Improve integration test robustness and fix asyncio warnings
- Add pytest-dependency and pytest-order for explicit test ordering
- Add wait_for_condition async helper to reduce polling boilerplate
- Add workflow_state fixture to share IDs between dependent tests
- Add cleanup_on_failure fixture to clean branch on test failure
- Fix authentication by adding API token to execute_command
- Move asyncio marker from class level to individual async tests
- Improve assertion messages with detailed context
- Extract timeout/polling values into named constants
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments