Cover all code paths in VRML export

This commit is contained in:
Adam Urbańczyk
2020-11-19 08:22:35 +01:00
committed by GitHub
parent 9b9723ceba
commit 5ec49c6cd1

View File

@ -75,6 +75,9 @@ class TestExporters(BaseTest):
assert res.startswith("#VRML V2.0")
# export again to trigger all paths in the code
exporters.export(self._box(), "out.vrml")
def testDXF(self):
exporters.export(self._box().section(), "out.dxf")