Files
mono/shared/tests/test_deliberate_failure.py
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"