| def test_failure():
|
| > assert False, "This test should fail"
|
| E AssertionError: This test should fail
|
| E assert False
|
|
|
| tests/test_paste.py:4: AssertionError
|
| def test_failure():
|
| > assert False, "This test should fail"
|
| E AssertionError: This test should fail
|
| E assert False
|
|
|
| tests/test_paste.py:4: AssertionError
|