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 GitHub Actions workflow for automated pytest execution
- Created .github/workflows/tests.yml
- Configured to run pytest on Python 3.8-3.11
- Triggers on push/PR to master branch
- Installs dependencies and runs tests in tests/ directory
- Does not include linters per user request
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments