Python Testing with Pytest

Python Testing with Pytest
Author :
Publisher :
Total Pages : 222
Release :
ISBN-10 : 1680502840
ISBN-13 : 9781680502848
Rating : 4/5 (848 Downloads)

Book Synopsis Python Testing with Pytest by : Brian Okken

Download or read book Python Testing with Pytest written by Brian Okken and published by . This book was released on 2017 with total page 222 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do less work when testing your Python code, but be just as expressive, just as elegant, and just as readable. The pytest testing framework helps you write tests quickly and keep them readable and maintainable - with no boilerplate code. 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 for applications, packages, and libraries. This book shows you how. For Python-based projects, pytest is the undeniable choice to test your code if you're looking for a full-featured, API-independent, flexible, and extensible testing framework. With a full-bodied fixture model that is unmatched in any other tool, the pytest framework gives you powerful features such as assert rewriting and plug-in capability - 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 and robust tool. Write short, maintainable tests that elegantly express what you're testing. Add powerful testing features and still speed up test times by distributing tests across multiple processors and running tests in parallel. Use the built-in assert statements to reduce false test failures by separating setup and 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, unittest, and doctest. Write simple, maintainable tests that elegantly express what you're testing and why. What You Need: The examples in this book are written using Python 3.6 and pytest 3.0. However, pytest 3.0 supports Python 2.6, 2.7, and Python 3.3-3.6.

Python Testing with Pytest Related Books

Python Testing with Pytest
Language: en
Pages: 222
Authors: Brian Okken
Categories: Computer software
Type: BOOK - Published: 2017 - Publisher:

GET EBOOK

Do less work when testing your Python code, but be just as expressive, just as elegant, and just as readable. The pytest testing framework helps you write tests
Testing Python
Language: en
Pages: 240
Authors: David Sale
Categories: Computers
Type: BOOK - Published: 2014-07-03 - Publisher: John Wiley & Sons

GET EBOOK

Fundamental testing methodologies applied to the popular Pythonlanguage Testing Python; Applying Unit Testing, TDD, BDD andAcceptance Testing is the most compre
Test-Driven Development with Python
Language: en
Pages: 624
Authors: Harry Percival
Categories: Computers
Type: BOOK - Published: 2017-08-02 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

By taking you through the development of a real web application from beginning to end, the second edition of this hands-on guide demonstrates the practical adva
Test-Driven Python Development
Language: en
Pages: 264
Authors: Siddharta Govindaraj
Categories: Computers
Type: BOOK - Published: 2015-04-29 - Publisher: Packt Publishing Ltd

GET EBOOK

This book is intended for Python developers who want to use the principles of test-driven development (TDD) to create efficient and robust applications. In orde
Python Unit Test Automation
Language: en
Pages: 123
Authors: Ashwin Pajankar
Categories: Computers
Type: BOOK - Published: 2017-02-23 - Publisher: Apress

GET EBOOK

Quickly learn how to automate unit testing of Python 3 code with Python 3 automation libraries, such as doctest, unittest, nose, nose2, and pytest. This book ex