Testing Python: Applying Unit Testing, TDD, BDD and Acceptance Testing. David Sale

Описание

Many of you have probably heard about tests, but still do not understand why you should write code that tests other code, and why you should spend time on it. However, if you imagine a large application that hundreds of developers are working on and you need to quickly release features and fix bugs, you will almost certainly not be able to do without tests, as tests begin to save both time and effort of developers, and do not miss unstable code on production. In this tutorial, you will learn about the main types of tests, including unit and acceptance tests, as well as development approaches, in which tests are written before the code.

The book covers the following topics:
✔ what is the test;
✔ write unit tests;
✔ use basic tools for unit testing;
✔the basics of TDD and BDD, and more.

Advantages:
➕ current material on the topic;
➕ numerous examples;
➕ small volume.

 

Схожие книги

Python Unit Test Automation. A. Pajankar (2017)
Python
en

Python Unit Test Automation. A. Pajankar (2017)

Автостопом по Python. Кеннет Рейтц, Таня Шлюссер
Python
ru

Автостопом по Python. Кеннет Рейтц, Таня Шлюссер

Программирование для нормальных с нуля на языке Python. М.В. Сысоева, И.В. Сысоев
Python
ru

Программирование для нормальных с нуля на языке Python. М.В. Сысоева, И.В. Сысоев

Легкий способ выучить Python 3. Зед Шоу
Python
ru

Легкий способ выучить Python 3. Зед Шоу