We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d2a58 commit 1f5fb78Copy full SHA for 1f5fb78
tests/test_optional.py
@@ -12,6 +12,8 @@
12
[
13
param(SubscriptedList, "list", [None], id="list_elt"),
14
param(SubscriptedDict, "dict_str", {"key": None}, id="dict_elt"),
15
+ param(SubscriptedList, "list", None, id="list"),
16
+ param(SubscriptedDict, "dict_str", None, id="dict"),
17
],
18
)
19
def test_assign_none(cls: Any, key: str, assignment: Any) -> None:
0 commit comments