Skip to content

Set up GitHub Actions for template testing#1

Merged
paveldedik merged 1 commit intomainfrom
claude/add-github-actions-tests-011CUt7Kwu6nm66hGyLXvnGF
Nov 7, 2025
Merged

Set up GitHub Actions for template testing#1
paveldedik merged 1 commit intomainfrom
claude/add-github-actions-tests-011CUt7Kwu6nm66hGyLXvnGF

Conversation

@paveldedik
Copy link
Member

This workflow:

  • Generates a test project from the cookiecutter template
  • Installs dependencies using UV
  • Runs pytest tests and mypy type checking
  • Starts the application in the background
  • Tests the running application with curl to verify it responds correctly
  • Tests multiple Python versions (3.12 and 3.13)

This workflow:
- Generates a test project from the cookiecutter template
- Installs dependencies using UV
- Runs pytest tests and mypy type checking
- Starts the application in the background
- Tests the running application with curl to verify it responds correctly
- Tests multiple Python versions (3.12 and 3.13)
@paveldedik paveldedik merged commit 52c31f7 into main Nov 7, 2025
2 checks passed
@paveldedik paveldedik deleted the claude/add-github-actions-tests-011CUt7Kwu6nm66hGyLXvnGF branch November 7, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants