We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01658eb + 4530961 commit 4f9e222Copy full SHA for 4f9e222
tests/graphics_test_features.py
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python3
2
"""
3
These functions are not ordinary testing functions.
4
These tests cannot be automated, and must be manually validated.
@@ -154,3 +155,7 @@ def test_animate_joints():
154
155
156
def test_import_textures():
157
pass
158
+
159
+if __name__ == "__main__":
160
+ # run the Puma demo by default
161
+ test_puma560_angle_change()
0 commit comments