Skip to content

Commit

Permalink
Removing bd_warehouse test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Jun 12, 2024
1 parent 8a3ee82 commit fd123eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_exporters3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,6 @@ def test_export_step_unknown(self):
os.chmod("box_read_only.step", 0o777) # Make the file read/write
os.remove("box_read_only.step")

def test_export_step_null_label(self):
# Moving the object creates a null TDF_Label
testobj = TrapezoidalThread(
diameter=20,
pitch=1.5,
length=20,
thread_angle=30.0,
)
testobj_moved = testobj.moved(Pos(0, 0, 10))
self.assertTrue(export_step(testobj_moved, "test.step"))
os.remove("test.step")


class TestExportGltf(DirectApiTestCase):
def test_export_gltf(self):
Expand Down

0 comments on commit fd123eb

Please sign in to comment.