Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this tutorial, we will create some tests in Python using pytest.


Info
titlePlease note

There is a more up-to-date tutorial using pytest providing additional capabilities. Please check it instead.

Requirements

  • Install the Python "pip"
  • Install "pytest"

...