ML
ML copied to clipboard
Run the test Python file
For each unit test that takes a Python file as input, run the Python file and check the status code. Unless we are testing invalid Python files, we should get a status code of 0. This would enable checking the usage of assert statements in the Python files.