check50

cs50/problems/2022/python/tests/twttr


:) test_twttr.py exist

Log
checking that test_twttr.py exists...

:) correct twttr.py passes all test_twttr checks

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

:( test_twttr catches twttr.py without vowel replacement

Cause
expected exit code 1, not 2

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

:( test_twttr catches twttr.py without capitalized vowel replacement

Cause
expected exit code 1, not 2

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

:( test_twttr catches twttr.py without lowercase vowel replacement

Cause
expected exit code 1, not 2

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

:( test_twttr catches twttr.py omitting numbers

Cause
expected exit code 1, not 2

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

:( test_twttr catches twttr.py printing in uppercase

Cause
expected exit code 1, not 2

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

:( test_twttr catches twttr.py omitting punctuation

Cause
expected exit code 1, not 0

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