Python Testing Tutorial

This tutorial helps you to learn automated testing in Python using the pytest framework.

Moby Dick

Preparations

clone the repository:

git clone https://github.com/krother/python_testing_tutorial.git

install pytest:

pip install pytest

Chapters

Appendix