Skip to content

Run CI tests for Flask and FastAPI#6

Merged
SupraSummus merged 2 commits intomainfrom
copilot/run-ci-tests-flask-fastapi
Feb 6, 2026
Merged

Run CI tests for Flask and FastAPI#6
SupraSummus merged 2 commits intomainfrom
copilot/run-ci-tests-flask-fastapi

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

CI only ran Django tests. Flask and FastAPI test scripts existed but weren't wired into the workflow.

  • Added flask/test.sh step with working-directory: flask (script resolves $original_dir/everything.sh relative to pwd)
  • Added fastapi/test.sh step from repo root (script references $original_dir/fastapi/everything.sh)
  • Neither requires DATABASE_URL — Flask has no DB, FastAPI tests only hit / and /health
Original prompt

run ci tests for flask and fastapi also


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
Copilot AI changed the title [WIP] Run CI tests for Flask and FastAPI Run CI tests for Flask and FastAPI Feb 6, 2026
@SupraSummus SupraSummus marked this pull request as ready for review February 6, 2026 14:51
Copilot AI requested a review from SupraSummus February 6, 2026 14:51
@SupraSummus SupraSummus merged commit 169a232 into main Feb 6, 2026
2 checks passed
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