Jump to ratings and reviews
Rate this book

Python Unit Test Automation: Practical Techniques for Python Developers and Testers

Rate this book
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 explores the important concepts in software testing and their implementation in Python 3 and shows you how to automate, organize, and execute unit tests for this language. This knowledge is often acquired by reading source code, manuals, and posting questions on community forums, which tends to be a slow and painful process.

Python Unit Test Automation will allow you to quickly ramp up your understanding of unit test libraries for Python 3 through the practical use of code examples and exercises. All of which makes this book a great resource for software developers and testers who want to get started with unit test automation in Python 3 and compare the differences with Python 2.

This short work is your must-have quick start guide to mastering the essential concepts of software testing in Python.


What You'll  
Essential concepts in software testing
Various test automation libraries for Python, such as doctest, unittest, nose, nose2, and pytest
Test-driven development and best practices for test automation in Python
Code examples and exercises

Who This Book Is
Python developers, software testers, open source enthusiasts, and contributors to the Python community

184 pages, Kindle Edition

Published February 23, 2017

2 people are currently reading
11 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (11%)
4 stars
6 (33%)
3 stars
8 (44%)
2 stars
2 (11%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Hibiscus.
339 reviews
June 3, 2018
Neat intro to main python test modules.

unittest - good
nose - good but obsolete/useless
nose2 - bad. nothing was said
pytest - middle
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.