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
Eventually I want to have tests that certify the code base and scripts that any user can pick up to use the ROM.
In a way, the tests are the ingredients for the scripts, but I don't to duplicate code.
Additionally, I don't want to check the output of the script, simply that it is running.
Therefore, I should implement something like this to have pytest check that the script is up and running.
The text was updated successfully, but these errors were encountered:
Eventually I want to have tests that certify the code base and scripts that any user can pick up to use the ROM.
In a way, the tests are the ingredients for the scripts, but I don't to duplicate code.
Additionally, I don't want to check the output of the script, simply that it is running.
Therefore, I should implement something like this to have pytest check that the script is up and running.
The text was updated successfully, but these errors were encountered: