Test CI Templates / test-python-code-quality (3.10) (push) Failing after 6s
Test CI Templates / test-python-code-quality (3.11) (push) Failing after 5s
Test CI Templates / test-python-code-quality (3.12) (push) Failing after 6s
Test CI Templates / validate-syntax (push) Successful in 50s
Test CI Templates / test-python-code-quality (false, false, basic) (push) Failing after 5s
Test CI Templates / test-python-code-quality (false, true, skip-pyupgrade) (push) Failing after 5s
Test CI Templates / test-python-code-quality (true, false, skip-mypy) (push) Failing after 5s
Test CI Templates / test-python-pytest (false, 3.11) (push) Failing after 5s
Test CI Templates / test-python-pytest (false, 3.12) (push) Failing after 5s
Test CI Templates / test-python-pytest (true, 3.11) (push) Failing after 5s
Test CI Templates / test-python-pytest (true, 3.12) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, false, 18) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, false, 20) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, true, 18) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, true, 20) (push) Failing after 5s
Test CI Templates / test-web-formatting (true, false, 18) (push) Failing after 5s
Test CI Templates / test-web-formatting (true, false, 20) (push) Failing after 5s
Test CI Templates / test-web-formatting (true, true, 18) (push) Failing after 6s
Test CI Templates / test-web-formatting (true, true, 20) (push) Failing after 7s
Test CI Templates / test-monorepo (push) Failing after 6s
Test CI Templates / test-edge-cases (push) Failing after 6s
Test CI Templates / test-results (push) Successful in 3s
Test Package
A simple Python package for testing CI templates.
Features
- Basic calculator operations
- Utility functions
- Comprehensive test suite
- Type hints
- Code quality tools integration
Development
# Install dependencies
uv sync --all-extras
# Run tests
uv run pytest
# Run code quality checks
uv run mypy .
uv run ruff check .
uv run ruff format --check .
Testing CI Templates
This project is used to test the CI templates in the parent repository.