- pytest Quick Start Guide
- Bruno Oliveira
- 40字
- 2021-07-16 17:51:27
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.