Skip to content

Commit 04f838f

Browse files
committed
Added extra comment for execution help.
1 parent 5411c27 commit 04f838f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

graphics/graphics_test_features.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
from graphics.model_puma560 import *
213

314

0 commit comments

Comments
 (0)