mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user