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.
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.