You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Our scripting system has a bunch of code in the entry_point(), that isn't currently tested by test_wrappers, which will only run the <script>.main(*args) function.
This can mean that bugs slip through if the code in that section is not trivial. There are two alternatives I suppose:
Rework all of the scripts so that entry_point only contains the code for parsing the command-line args
Add an additional test for each script, which uses os.system to call the script from the command line.