kwork-api/tests
root 44ac6dfee3 test: revert to login per test (pytest-asyncio compatibility)
Note: pytest-asyncio creates new event loop per test, so we cannot
reuse KworkClient across tests. Each test logs in independently.

This is acceptable because:
1. Login is fast (<1s)
2. Tests are independent (no shared state)
3. Auth tests verify login works correctly
4. Catalog tests verify API endpoints work
2026-03-30 00:13:42 +00:00
..
e2e test: revert to login per test (pytest-asyncio compatibility) 2026-03-30 00:13:42 +00:00
integration feat: Kwork API client with full CI/CD and E2E tests 2026-03-29 23:31:28 +00:00
unit test: fix E2E tests to handle empty API responses 2026-03-29 23:35:37 +00:00