cs50 / problems

Checks for check50
145 stars 237 forks source link

Figlet no arguments test #276

Open ZRexshima opened 3 months ago

ZRexshima commented 3 months ago

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.