Effective Testing with Pytest

0%

Fill in the blanks:

When you run a test suite with pytest, the output provides several pieces of information:

  • A dot (.) indicates test.
  • An F indicates test.
  • An E indicates a test that raised .

For tests, pytest gives a detailed breakdown of what happened.

Sorry! There has been an error processing your answer. Please try again.

Got feedback on this question?