Bigger text in test dashboard + add deliberate failing test
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m18s
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:
5
shared/tests/test_deliberate_failure.py
Normal file
5
shared/tests/test_deliberate_failure.py
Normal 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"
|
||||
Reference in New Issue
Block a user