Files
issue-core/tests
tegwick 2dfe5130a3 feat: add comprehensive Gitea integration tests
Added comprehensive test suite for Gitea API integration covering:
- GiteaConfig: Configuration and API URL generation (4 tests)
- IssuesClient: Full issue CRUD operations, labels, milestones (18 tests)
- MilestonesClient: Milestone creation and management (3 tests)
- LabelsClient: Label operations (2 tests)
- GiteaClient: Main client facade (2 tests)
- Error Handling: Error propagation and handling (3 tests)
- Integration Patterns: API consistency and compatibility (3 tests)

Total: 35 integration tests

Status: Currently skipped - tests need updating for issue-facade backend
architecture pattern. These tests were written for a different Gitea client
structure and serve as specification for enhanced API coverage.

Related: test_gitea_backend.py (20 passing tests for current backend)
2025-12-17 15:40:07 +01:00
..