pytest Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Installing pytest

Installing pytest is really simple, but first, let's take a moment to review good practices for Python development.

All of the examples are for Python 3. They should be easy to adapt to Python 2 if necessary.