BIBLIO is the largest independent book marketplace in the world, with over 100 million books.

Skip to content

Python Testing with pytest: Simple, Rapid, Effective, and Scalable

Python Testing with pytest: Simple, Rapid, Effective, and Scalable

Python Testing with pytest: Simple, Rapid, Effective, and Scalable
Stock photo: cover may vary

Python Testing with pytest: Simple, Rapid, Effective, and Scalable Paperback - 2022

by Okken, Brian

Add to wish list
  • Used
  • very good
  • Paperback
Used - Very good

Description

Pragmatic Bookshelf, 2022-03-29. paperback. Very Good. 7x0x9. Paperback--excellent condition
Ask the seller a question Add to wish list
A$45.79
A$13.46 Delivery within USA
Standard delivery: 3 to 10 days
More delivery options
Ships from Sunshine State Books (Florida, United States)

Details

About Sunshine State Books Florida, United States

Biblio member since 2021

Internet bookseller for past 21 years.

Terms of Sale: We accept returns that we receive within 30 days of delivery when we have made an error in your order. This includes situations such as we did not describe the book correctly, shipped the wong item or the book was damaged in shipping. We do not accept returns that are your error such as bought by mistake, no longer needed, changed my mind or found a lower price.

Browse books from Sunshine State Books

Reader reviews for Python Testing with pytest: Simple, Rapid, Effective, and Scalable

From the publisher

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.

With simple step-by-step instructions and sample code, this book gets you up to speed quickly on this easy-to-learn yet powerful tool. Write short, maintainable tests that elegantly express what you're testing. Speed up test times by distributing tests across multiple processors and running tests in parallel. Use Python's builtin assert statements instead of awkward assert helper functions to make your tests more readable. Move setup code out of tests and into fixtures to separate setup failures from test failures. Test error conditions and corner cases with expected exception testing, and use one test to run many test cases with parameterized testing. Extend pytest with plugins, connect it to continuous integration systems, and use it in tandem with tox, mock, coverage, and even existing unittest tests.

Write simple, maintainable tests quickly with pytest.

What You Need:

The examples in this book were written using Python 3.10 and pytest 7. pytest 7 supports Python 3.5 and above.

About the author

Brian Okken is the host of the Test & Code podcast, and co-host of the Python Bytes podcast. He's also a lead software engineer.

tracking-