Skip to content

Commit 1f5fb78

Browse files
committed
more tests
1 parent 37d2a58 commit 1f5fb78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_optional.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
[
1313
param(SubscriptedList, "list", [None], id="list_elt"),
1414
param(SubscriptedDict, "dict_str", {"key": None}, id="dict_elt"),
15+
param(SubscriptedList, "list", None, id="list"),
16+
param(SubscriptedDict, "dict_str", None, id="dict"),
1517
],
1618
)
1719
def test_assign_none(cls: Any, key: str, assignment: Any) -> None:

0 commit comments

Comments
 (0)