Skip transform tests (TODO: these are not automated tests, fix)

This commit is contained in:
David Vierra 2015-10-28 03:52:16 -10:00
parent 1e65b6ef2d
commit fc82c17f9b

View File

@ -52,7 +52,7 @@ def test_rotation_transform(pc_world, schematic_world):
displaySchematic(sch_dim_transformed) displaySchematic(sch_dim_transformed)
def test_selection_rotation_transform(schematic_world): def test_selection_rotation_transform(schematic_world):
pytest.skip()
selection = BoundingBox((10, 10, 10), (100, 100, 100)) selection = BoundingBox((10, 10, 10), (100, 100, 100))
sch_dim = schematic_world.getDimension() sch_dim = schematic_world.getDimension()
sch_dim_selection = SelectionTransform(sch_dim, selection) sch_dim_selection = SelectionTransform(sch_dim, selection)