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
Add tox for consistent testing across environments
- Added tox.ini with comprehensive test environments (py3.8-3.12, lint, type-check, integration)
- Updated GitHub Actions CI to use tox instead of direct pytest/uv calls
- Configured tox to use uv for fast dependency management (uv-venv-runner)
- Added tox to development dependencies in pyproject.toml
- Updated README with tox usage examples and explanation
- Environment variables properly set to disable color output in CI
This ensures consistent test environments between local development and CI,
eliminating the formatting assertion issues we were experiencing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments