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.
1 parent 5411c27 commit 04f838fCopy full SHA for 04f838f
graphics/graphics_test_features.py
@@ -1,3 +1,14 @@
1
+"""
2
+These functions are not ordinary testing functions.
3
+These tests cannot be automated, and must be manually validated.
4
+
5
+To execute, import this file into the console.
6
+Next select which test you which to run, and call the function.
7
+A canvas will be created and display the respective graphics.
8
+Verify the output is as expected.
9
+Then close the browser window and run a different function. (To clear the graphics. Currently, no clearing implemented)
10
11
12
from graphics.model_puma560 import *
13
14
0 commit comments