check50

cs50/problems/2022/python/tests/plates


:) test_plates.py exist

Log
checking that test_plates.py exists...

:) correct plates.py passes all test_plates checks

Log
running pytest test_plates.py...
checking that program exited with status 0...

:) test_plates catches plates.py without beginning alphabetical checks

Log
running pytest test_plates.py...
checking that program exited with status 1...

:) test_plates catches plates.py without length checks

Log
running pytest test_plates.py...
checking that program exited with status 1...

:) test_plates catches plates.py without checks for number placement

Log
running pytest test_plates.py...
checking that program exited with status 1...

:) test_plates catches plates.py without checks for zero placement

Log
running pytest test_plates.py...
checking that program exited with status 1...

:( test_plates catches plates.py without checks for alphanumeric characters

Cause
expected exit code 1, not 0

Log
running pytest test_plates.py...
checking that program exited with status 1...