This commit is contained in:
Jörg Thalheim
2024-09-02 15:47:17 +02:00
parent 8fbc76ecac
commit dca1bd084d
8 changed files with 11 additions and 12 deletions

View File

@@ -143,7 +143,7 @@ def test_cast() -> None:
@pytest.mark.parametrize(
"option,value,options,expected",
("option", "value", "options", "expected"),
[
("foo.bar", ["baz"], {"foo.bar": {"type": "str"}}, ("foo.bar", ["baz"])),
("foo.bar", ["baz"], {"foo": {"type": "attrs"}}, ("foo", {"bar": ["baz"]})),