Skip to content

Commit 304254e

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Clean up redundant RoboMeshCat tests
1 parent 2309cfd commit 304254e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tests/loaders/test_robomeshcat.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,6 @@ class TestRoboMeshCat(unittest.TestCase):
2828
Check that all descriptions are loaded properly in RoboMeshCat.
2929
"""
3030

31-
def test_load_robot_description(self):
32-
"""
33-
Load a robot description with RoboMeshCat.
34-
35-
"""
36-
mini_cheetah = load_robot_description("mini_cheetah_description")
37-
self.assertIsNotNone(mini_cheetah)
38-
39-
def test_description_with_cylinders(self):
40-
"""
41-
Load a robot description with cylinder shapes.
42-
"""
43-
upkie = load_robot_description("upkie_description")
44-
self.assertIsNotNone(upkie)
45-
46-
def test_collada_description(self):
47-
"""
48-
Test a robot description with Collada meshes.
49-
"""
50-
r2 = load_robot_description("r2_description")
51-
self.assertIsNotNone(r2)
52-
5331
@staticmethod
5432
def get_test_for_description(description: str):
5533
"""

0 commit comments

Comments
 (0)