Overview: Practical and hands-on approach for unit test automation in Python 3.PEP8 compliant code.Detailed explanation of the concepts and the code.Compares various testing libraries for Python 3.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 p
|