We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa3a0 commit 7e1a216Copy full SHA for 7e1a216
tests/data/test_code_mappings.py
@@ -109,3 +109,4 @@ def test_yx_clean_type_legacy_values_stable() -> None:
109
def test_yx_clean_type_from_value_compat_aliases(input_value: str, expected: YXCleanType) -> None:
110
"""Test YXCleanType accepts readable values."""
111
assert YXCleanType.from_value(input_value) is expected
112
+ assert expected.value == input_value
0 commit comments