Bigger text in test dashboard + add deliberate failing test
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m18s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 20:34:19 +00:00
parent c926e5221d
commit 3dd62bd9bf
2 changed files with 24 additions and 19 deletions

View File

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