Add containerized integration test suite #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
forgejo-test:localimage and healthcheck-based readinessOnceCell), idempotent setup helpers, and.env.testconfig.forgejo/workflows/integration.yaml) for automated runsUpdateProjectStatusOptionto usestate: Stringmatching Forgejo API (wasis_closed: Option<bool>)unitsfieldcreate_fileclient method for file content APITest plan
make test-integpasses all 14 tests from clean state (container down, volumes removed)cargo check --all-targetscompiles cleanly- UpdateProjectStatusOption: change `is_closed: Option<bool>` to `state: String` to match Forgejo API which expects {"state": "open"|"closed"} - CreateTeamOption: add required `units` field in team test - Make tests idempotent: clean up stale repos/users from prior runs