Skip to content

Commit 9f8656f

Browse files
committed
more coverage for ir node serialization
1 parent 91a9c61 commit 9f8656f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypothesis-python/tests/cover/test_database_backend.py

+1
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def test_database_directory_inaccessible(dirs, tmp_path, monkeypatch):
459459
@example(ir(-0.0))
460460
@example(ir("a"))
461461
@example(ir(b"a"))
462+
@example(ir(b"a" * 50))
462463
def test_ir_nodes_rountrips(nodes1):
463464
s1 = ir_to_bytes([n.value for n in nodes1])
464465
assert isinstance(s1, bytes)

0 commit comments

Comments
 (0)