(simple_assy, tmpdir)
| 1412 | |
| 1413 | |
| 1414 | def 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 | |
| 1423 | def test_toJSON(simple_assy, empty_top_assy): |
nothing calls this directly
no test coverage detected