Why This Matters
the GitLab integration test suite is substantial and should live with the rest of the integration tests.
Read First
app/integrations/gitlab_test.py
tests/integrations/
Scope
- Move the file into
tests/integrations/.
- Update imports only if required by the new location.
- Delete the old inline copy.
Tests / Coverage
- no new assertions are required
- first prove the moved suite still collects and passes
Acceptance Criteria
- GitLab integration tests live under
tests/integrations/
- the inline file is removed
- coverage remains the same
Why This Matters
the GitLab integration test suite is substantial and should live with the rest of the integration tests.
Read First
app/integrations/gitlab_test.pytests/integrations/Scope
tests/integrations/.Tests / Coverage
Acceptance Criteria
tests/integrations/