mirror of
https://github.com/gumyr/build123d.git
synced 2026-04-27 07:11:05 -07:00
Removing bd_warehouse test dependency
This commit is contained in:
parent
8a3ee82b5d
commit
fd123eb4a0
1 changed files with 0 additions and 12 deletions
|
|
@ -142,18 +142,6 @@ class TestExportStep(DirectApiTestCase):
|
|||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue