Files
ohm_streaming/.sisyphus/evidence/task-2-all-fail.txt
T
2026-02-28 09:22:57 +00:00

17 lines
413 B
Plaintext

# Evidence: Task 2 - All Players Fail
## Scenario: All players fail
**Tool**: Python3
**Preconditions**: Mock all extractions to fail
**Steps**:
1. Mock all _extract_from_* methods to raise Exception
2. Call get_download_link_with_fallback()
**Expected Result**: Raises exception "All video players failed"
**Actual Result**:
Exception raised: All players failed. Last error: Player failed
**Status**: PASS