Skip to content

Commit 5ba2500

Browse files
Print the letter too
1 parent aa21885 commit 5ba2500

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_cadquery.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5417,6 +5417,12 @@ def test_project(self):
54175417

54185418
res.exportBrep(bio)
54195419

5420+
bio.seek(0)
5421+
print(bio.read())
5422+
5423+
bio = BytesIO()
5424+
t.exportBrep(bio)
5425+
54205426
bio.seek(0)
54215427
print(bio.read())
54225428

0 commit comments

Comments
 (0)