8000 Merge branch 'master' of https://github.com/petercorke/robotics-toolb… · navrobot/robotics-toolbox-python@4f9e222 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f9e222

Browse files
committed
Merge branch 'master' of https://github.com/petercorke/robotics-toolbox-python into micah-dev
2 parents 01658eb + 4530961 commit 4f9e222

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/graphics_test_features.py

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
"""
23
These functions are not ordinary testing functions.
34
These tests cannot be automated, and must be manually validated.
@@ -154,3 +155,7 @@ def test_animate_joints():
154155

155156
def test_import_textures():
156157
pass
158+
159+
if __name__ == "__main__":
160+
# run the Puma demo by default
161+
test_puma560_angle_change()

0 commit comments

Comments
 (0)
0