File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11package :
22 name : cbor-diag
3- version : 1.0.1
3+ version : 1.1.0
44 top-level :
55 - cbor_diag
66source :
7- url : https://files.pythonhosted.org/packages/94/87/29ce613f876cd0ceb99ed1db71f7e3d90460c1babd2133ce30f18d5f540d /cbor_diag-1.0.1 .tar.gz
8- sha256 : 77e25a27681d59b0074a07aa494da0ab71f0ea6a826a2fd28167048d08a7ebcc
7+ url : https://files.pythonhosted.org/packages/db/f6/9921162053f195eaa7e22cae9172e0d3bdda62282d76480163d1de872f35 /cbor_diag-1.1.0 .tar.gz
8+ sha256 : 78a85ab1165c43d224dc6b93e1ee791aec2f392c55d219d11937f78974f4e6c3
99build :
1010 script : |
1111 cargo update -p proc-macro2 --precise 1.0.60
Original file line number Diff line number Diff line change 55def test_cbor_diag (selenium_standalone ):
66 from cbor_diag import diag2cbor
77
8- assert diag2cbor ('{1: "hello"}' ) == bytes .fromhex ("a1016568656c6c6f" )
8+ assert diag2cbor ("{1: test'hello'}" , to999 = True ) == bytes .fromhex (
9+ "a101d903e78264746573746568656c6c6f"
10+ )
You can’t perform that action at this time.
0 commit comments