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 requirement for the assignment that should randomly select a font, prompt for input, then output the ASCII art.
This is a replacement of PR #275. This time it only has the individual change.
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 requirement for the assignment that should randomly select a font, prompt for input, then output the ASCII art.
This is a replacement of PR #275. This time it only has the individual change.