ZRexshima
ZRexshima
I have Debian running on WSL. Apt install is returning "Unable to locate package" and "No packages found" after I curled the shell script per the readme. I was able...
If the tested program outputs the correct amount as a response but then prints out another line, check50 marks it as passing. In the example found, during manual testing the...
There is no check to ensure the student is using the random module for figlet.py. I added a regex check for the import of random module or import from random...
I added a test to check the error code of figlet.py run without arguments. There was not a test for exit code when running figlet.py without arguments. This is a...