Revert output changes
This commit is contained in:
parent
86d797504e
commit
b058593362
|
@ -111,7 +111,7 @@ Executing pytest normally gives us this output (we are skipping the header to fo
|
||||||
|
|
||||||
test_verbosity_example.py:19: AssertionError
|
test_verbosity_example.py:19: AssertionError
|
||||||
========================= short test summary info ==========================
|
========================= short test summary info ==========================
|
||||||
FAILED test_verbosity_example.py::test_words_fail - AssertionError: assert...
|
FAILED test_verbosity_example.py::test_words_fail - AssertionError: asser...
|
||||||
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
||||||
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
||||||
======================= 3 failed, 1 passed in 0.12s ========================
|
======================= 3 failed, 1 passed in 0.12s ========================
|
||||||
|
@ -180,7 +180,7 @@ Now we can increase pytest's verbosity:
|
||||||
|
|
||||||
test_verbosity_example.py:19: AssertionError
|
test_verbosity_example.py:19: AssertionError
|
||||||
========================= short test summary info ==========================
|
========================= short test summary info ==========================
|
||||||
FAILED test_verbosity_example.py::test_words_fail - AssertionError: assert...
|
FAILED test_verbosity_example.py::test_words_fail - AssertionError: asser...
|
||||||
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
||||||
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
||||||
======================= 3 failed, 1 passed in 0.12s ========================
|
======================= 3 failed, 1 passed in 0.12s ========================
|
||||||
|
@ -250,7 +250,7 @@ Now if we increase verbosity even more:
|
||||||
|
|
||||||
test_verbosity_example.py:19: AssertionError
|
test_verbosity_example.py:19: AssertionError
|
||||||
========================= short test summary info ==========================
|
========================= short test summary info ==========================
|
||||||
FAILED test_verbosity_example.py::test_words_fail - AssertionError: assert...
|
FAILED test_verbosity_example.py::test_words_fail - AssertionError: asser...
|
||||||
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
FAILED test_verbosity_example.py::test_numbers_fail - AssertionError: ass...
|
||||||
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
FAILED test_verbosity_example.py::test_long_text_fail - AssertionError: a...
|
||||||
======================= 3 failed, 1 passed in 0.12s ========================
|
======================= 3 failed, 1 passed in 0.12s ========================
|
||||||
|
|
Loading…
Reference in New Issue