From a5cc96cbc7750a6d41aeaad641b76bc25beadd35 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 9 May 2023 09:44:51 +0100 Subject: [PATCH] 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. --- tests/test_resolve.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_resolve.py b/tests/test_resolve.py index a0fde4cd4..c7cdd485e 100644 --- a/tests/test_resolve.py +++ b/tests/test_resolve.py @@ -125,7 +125,9 @@ def test_resolve_fraction_unit(): ) == 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(): """Test https://github.com/Textualize/textual/issues/2502"""