pytest Quick Start Guide : Write better Python code with simple and maintainable tests

pytest Quick Start Guide : Write better Python code with simple and maintainable tests

Bruno Oliveira

Språken
FörlagPackt Publishing
ISBN9781789343823

Python's standard unittest module is based on the xUnit family of frameworks, which has its origins in Smalltalk and Java, and tends to be verbose to use and not easily extensible.The pytest framework on the other hand is very simple to get started, but powerful enough to cover complex testing integ