mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-02-08 13:18:51 -06:00
16 lines
701 B
Plaintext
16 lines
701 B
Plaintext
fix: Resolve CI/CD workflow duplication and test failures
|
|
|
|
- Remove develop push trigger from ci-comprehensive workflow to prevent duplicate runs
|
|
- Fix User fixture to set is_active after instantiation (fixes TypeError)
|
|
- Update security test to accept 404 as valid status code for API endpoints
|
|
- Document Black formatting requirements
|
|
|
|
Fixes:
|
|
- Duplicate workflow runs when pushing to develop branch
|
|
- TypeError: User.__init__() got unexpected keyword argument 'is_active' in 5 tests
|
|
- test_unauthenticated_cannot_access_api status code mismatch (404 vs 302/401/403)
|
|
- CI/CD documentation for Black formatting requirements
|
|
|
|
NOTE: Black formatting still needs to be applied locally with: black app/
|
|
|