check50

cs50/problems/2022/python/shirt


:) shirt.py exists

Log
checking that shirt.py exists...

:) shirt.py exits given zero command-line arguments

Log
running python3 shirt.py...

:) shirt.py exits given a file without a .jpg, .jpeg, or .png extension

Log
running python3 shirt.py invalid_extension.bmp...

:) shirt.py exits given a non-existent file

Log
running python3 shirt.py non_existent_file.jpg...

:) shirt.py exits given an output file with a different extension than input file

Log
running python3 shirt.py muppet_01.jpg muppet_01_out.png...

:) shirt.py exits given more than two command-line arguments

Log
running python3 lines.py muppet_01.jpg muppet_02.jpg muppet_03.jpg...

:( shirt.py correctly displays shirt on muppet_01.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_01.jpg muppet_01_out.jpg...
checking that program exited with status 0...

:( shirt.py correctly displays shirt on muppet_02.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_02.jpg muppet_02_out.jpg...
checking that program exited with status 0...

:( shirt.py correctly displays shirt on muppet_03.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_03.jpg muppet_03_out.jpg...
checking that program exited with status 0...

:( shirt.py correctly displays shirt on muppet_04.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_04.jpg muppet_04_out.jpg...
checking that program exited with status 0...

:( shirt.py correctly displays shirt on muppet_05.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_05.jpg muppet_05_out.jpg...
checking that program exited with status 0...

:( shirt.py correctly displays shirt on muppet_06.jpg

Cause
expected exit code 0, not 1

Log
running python3 shirt.py muppet_06.jpg muppet_06_out.jpg...
checking that program exited with status 0...