You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
This pull request resolves [Issue #170](#170) by consolidating the fragmented and duplicated `TestUpdateCycle` and `TestDeleteCycle` classes in `backend/tests/test_cycles.py`.
#### Details:
* **Class Consolidation:** Merged all test methods for updating and deleting cycles into single, unified `TestUpdateCycle` and `TestDeleteCycle` classes respectively.
* **Removal of Duplicates:** Eliminated duplicate `not_found` test definitions that resulted from the fragmented class structure.
* **Pipeline Integrity:** Ensures success tests (`test_update_cycle_success` and `test_delete_cycle_success`) are no longer shadowed and are fully executed during test runs.
Closes#170
0 commit comments