pytest Quick Start Guide : Write better Python code with simple and maintainable tests
(Reklamlänk)
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