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
Simplify test infrastructure to use docker-compose services
Replace pytest-managed Docker containers with external docker-compose services.
This removes complexity, improves reliability, and allows running tests both
from the host machine and inside the devcontainer.
- Remove docker container lifecycle management from conftest.py
- Add pixi tasks for running tests (services-up, test, test-cov)
- Expose MySQL and MinIO ports in docker-compose.yaml for host access
- Simplify devcontainer to extend the main docker-compose.yaml
- Remove docker dependency from test requirements
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments