24anisha / plum

0 stars 0 forks source link

Issue #3: standardize actions #8

Closed rahulvijay04 closed 2 weeks ago

rahulvijay04 commented 1 month ago

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.

24anisha commented 1 month 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.

24anisha commented 1 month ago

Also, can you add changes you can make to handle pathing in windows to this PR?