(nested_assy, tmpdir)
| 1403 | |
| 1404 | |
| 1405 | def 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 | |
| 1414 | def test_vrml_export(simple_assy, tmpdir): |
nothing calls this directly
no test coverage detected