Run the test Python file #99
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
testing
Related to test code or test input
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.The text was updated successfully, but these errors were encountered: