Python Testing with pytest: Simple, Rapid, Effective, and Scalable, 2nd Edition - KING OF EXCEL

Sunday, August 27, 2023

Python Testing with pytest: Simple, Rapid, Effective, and Scalable, 2nd Edition

 

DOWNLOAD

DOWNLOAD 2

Python Testing with pytest: Simple, Rapid, Effective, and Scalable, 2nd Edition

by Brian Okken

  • Length: 274 pages
  • Edition: 2
  • Language: English
  • Publisher: Pragmatic Bookshelf
  • Publication Date: 2022-03-15

Test applications, packages, and libraries large and small with pytest, Python’s most powerful testing framework. pytest helps you write tests quickly and keep them readable and maintainable. In this fully revised edition, explore pytest’s superpowers – simple asserts, fixtures, parametrization, markers, and plugins – while creating simple tests and test suites against a small database application. Using a robust yet simple fixture model, it’s just as easy to write small tests with pytest as it is to scale up to complex functional testing. This book shows you how.

pytest is undeniably the best choice for testing Python projects. It’s a full-featured, flexible, and extensible testing framework. pytest’s fixture model allows you to share test data and setup procedures across multiple layers of tests. The pytest framework gives you powerful features such as assert rewriting, parametrization, markers, plugins, parallel test execution, and clear test failure reporting – with no boilerplate code.



Popular Posts