check50

cs50/problems/2022/python/scourgify


:) scourgify.py exists

Log
checking that scourgify.py exists...

:) scourgify.py exits given no command-line arguments

Log
running python3 scourgify.py...

:) scourgify.py exits given too few command-line arguments

Log
running python3 scourgify.py before.csv...

:) scourgify.py exits given too many command-line arguments

Log
running python3 scourgify.py before.csv after.csv before_long.csv...

:) scourgify.py exits given invalid input file

Log
running python3 scourgify.py invalid_name.csv after.csv...

:) scourgify.py creates new CSV file

Log
running python3 scourgify.py before.csv after.csv...
checking that program exited with status 0...
checking that after.csv exists...

:( scourgify.py cleans short CSV file

Cause
scourgify.py does not produce CSV with specified format
Did you mistakenly open your file in append mode?

Log
running python3 scourgify.py before.csv after.csv...
checking that program exited with status 0...
checking that after.csv exists...

:| scourgify.py cleans long CSV file

Cause
can't check until a frown turns upside down