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

Function test_vtkjs_export

tests/test_assembly.py:1405–1411  ·  view source on GitHub ↗
(nested_assy, tmpdir)

Source from the content-addressed store, hash-verified

1403
1404
1405def test_vtkjs_export(nested_assy, tmpdir):
1406
1407 with chdir(tmpdir):
1408 exportVTKJS(nested_assy, "assy")
1409
1410 # only sanity check for now
1411 assert os.path.exists("assy.zip")
1412
1413
1414def test_vrml_export(simple_assy, tmpdir):

Callers

nothing calls this directly

Calls 1

exportVTKJSFunction · 0.90

Tested by

no test coverage detected