Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit f286bd2

Browse files
Add TODO
1 parent 7d2f3b2 commit f286bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_property_based.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_extension_and_fallback_pack_identically(obj):
3939
assert extension_packer.pack(obj) == fallback_packer.pack(obj)
4040

4141

42+
# TODO: also test with strict_map_key=True
4243
@pytest.mark.parametrize('impl', [fallback, _cmsgpack])
4344
@given(obj=any_type)
4445
def test_roudtrip(obj, impl):

0 commit comments

Comments
 (0)