Managing pytest’s output — pytest documentation
docs.pytest.org › en › latestEach test inside the file gets its own line in the output. test_words_fail gives the same output as before in this case. test_numbers_fail now shows a full text diff of the two dictionaries. test_long_text_fail also doesn’t truncate on the right hand side as before, but now pytest won’t truncate any text at all, regardless of its size.