Introduction to py.test

December 1, 2015

As part of wroc.py #22, the monthly Python meeting in Wrocław, I presented a brief introduction to py.test.

py.test is one of the most famous testing package in Python, with limitless configuration options and plenty of plugins to cover all situations.

In case you would be interested to reproduce the examples showed during this presentation, please visit this GitHub repository or clone it directly with:

git clone https://github.com/filaton/pytest-intro.git