Files
rose-ash/shared/tests/test_deliberate_failure.py
giles 3dd62bd9bf
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m18s
Bigger text in test dashboard + add deliberate failing test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 20:34:19 +00:00

6 lines
168 B
Python

"""Deliberate failing test to verify test dashboard shows failures."""
def test_this_should_fail():
assert 1 == 2, "Deliberate failure to test dashboard display"