Closed rahulvijay04 closed 2 weeks ago
@rahulvijay04 Add the function signature for run_generated_test to actions.py and raise a not implemented error if a class that inherits from the actions class does not have it implemented.
Also, can you add changes you can make to handle pathing in windows to this PR?
Standardized actions as per issue 3 in js_actions.py, py_actions.py, and helpers.py. The modification in plum_example.py is just changing the default if you don't provide anything in the command line, which helps the script run properly in windows systems.