Skip transform tests (TODO: these are not automated tests, fix)
This commit is contained in:
parent
1e65b6ef2d
commit
fc82c17f9b
@ -52,7 +52,7 @@ def test_rotation_transform(pc_world, schematic_world):
|
||||
displaySchematic(sch_dim_transformed)
|
||||
|
||||
def test_selection_rotation_transform(schematic_world):
|
||||
|
||||
pytest.skip()
|
||||
selection = BoundingBox((10, 10, 10), (100, 100, 100))
|
||||
sch_dim = schematic_world.getDimension()
|
||||
sch_dim_selection = SelectionTransform(sch_dim, selection)
|
||||
|
Reference in New Issue
Block a user