Python Testing Tutorial
This tutorial helps you to learn automated testing in Python using the
pytest
framework.
Preparations
clone the repository:
git clone https://github.com/krother/python_testing_tutorial.git
install pytest:
Links
Feedback and comments are welcome at: kristian.rother@posteo.de
Sources for this tutorial:
github.com/krother/python_testing_tutorial.