Make a pass of the #2502 test a fail

If/when I get this actually passing, I want the test to appear to fail so I
know things have changed for the better.

This makes sense, trust me.
This commit is contained in:
Dave Pearson
2023-05-09 09:44:51 +01:00
parent 052ec83b7a
commit a5cc96cbc7

View File

@@ -125,7 +125,9 @@ def test_resolve_fraction_unit():
) == Fraction(2) ) == Fraction(2)
@pytest.mark.xfail(reason="https://github.com/Textualize/textual/issues/2502") @pytest.mark.xfail(
strict=True, reason="https://github.com/Textualize/textual/issues/2502"
)
def test_resolve_issue_2502(): def test_resolve_issue_2502():
"""Test https://github.com/Textualize/textual/issues/2502""" """Test https://github.com/Textualize/textual/issues/2502"""