MCPcopy
hub / github.com/CadQuery/cadquery / test_vrml_export

Function test_vrml_export

tests/test_assembly.py:1414–1420  ·  view source on GitHub ↗
(simple_assy, tmpdir)

Source from the content-addressed store, hash-verified

1412
1413
1414def test_vrml_export(simple_assy, tmpdir):
1415
1416 with chdir(tmpdir):
1417 exportVRML(simple_assy, "assy.wrl")
1418
1419 # only sanity check for now
1420 assert os.path.exists("assy.wrl")
1421
1422
1423def test_toJSON(simple_assy, empty_top_assy):

Callers

nothing calls this directly

Calls 1

exportVRMLFunction · 0.90

Tested by

no test coverage detected