Fixed #12
Fixed #13
Fixed #14
This commit is contained in:
2023-05-08 17:50:28 +02:00
parent 21a397861a
commit e41094f908
95 changed files with 12168 additions and 260 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class ObjNoKey:
def test_i_can_json_serialize():
json_serializer = JsonSerializer(lambda obj: True)
json_serializer = JsonSerializer(lambda o: True)
obj = ObjNoKey("a", "b")
stream = io.BytesIO()