Skip to content

Commit e1d4725

Browse files
authored
Merge pull request #4923 from benluddy/4222-add-link-python-conformance-evaluation
KEP-4222: Add link to Python spec conformance demo.
2 parents b646a81 + ba7f106 commit e1d4725

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/4222-cbor-serializer

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/4222-cbor-serializer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Tests for the following behaviors will be added:
888888
- conformance to CBOR specification (adopt existing suite and/or develop as
889889
necessary)
890890
- this should be demonstrated to run against implementations in at least some
891-
of the non-Go client languages
891+
of the non-Go client languages ([Python](https://github.com/dinhxuanvu/cbor-tests))
892892
- Go strings that are not valid UTF-8 sequences can be roundtripped through CBOR
893893
without error
894894
- decoding a map into a Go struct produces a strict decoding error if the map

0 commit comments

Comments
 (0)