Skip to content

Commit 08852eb

Browse files
committed
Trying to get the test coverage up
1 parent cea1a8a commit 08852eb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/test_exporters.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,25 @@ def testSVGOptions(self):
552552
"out.svg",
553553
opt={
554554
"width": 100,
555+
"height": 50,
556+
"marginLeft": 10,
557+
"marginTop": 10,
558+
"showAxes": False,
559+
"projectionDir": (0, 0, 1),
560+
"strokeWidth": 0.25,
561+
"strokeColor": (255, 0, 0),
562+
"hiddenColor": (0, 0, 255),
563+
"showHidden": True,
564+
"focus": 4,
565+
"fitView": True,
566+
},
567+
)
568+
569+
exporters.export(
570+
self._box(),
571+
"out.svg",
572+
opt={
573+
"width": 50,
555574
"height": 100,
556575
"marginLeft": 10,
557576
"marginTop": 10,

0 commit comments

Comments
 (0)