Harry Percival: Test-Driven Development with Python
Test-Driven Development with Python
Buch
- Obey the Testing Goat: Using Django, Selenium, and JavaScript
Erscheint bald
Lassen Sie sich über unseren eCourier benachrichtigen, sobald das Produkt bestellt werden kann.
Lassen Sie sich über unseren eCourier benachrichtigen, sobald das Produkt bestellt werden kann.
- O'Reilly Media, 09/2025
- Einband: Kartoniert / Broschiert
- Sprache: Englisch
- ISBN-13: 9781098148713
- Umfang: 640 Seiten
- Nummer der Auflage: 25003
- Auflage: 3rd edition
- Erscheinungstermin: 2.9.2025
Achtung: Artikel ist nicht in deutscher Sprache!
Ähnliche Artikel
Klappentext
The third edition of this trusted guide demonstrates the practical advantages of test-driven development (TDD) with Python and describes how to develop a real web application. You'll learn how to write and run tests before building each part of your app and then develop the minimum amount of code required to pass those tests. The result? Clean code that works.In the process, author Harry Percival teaches software and web developers the basics of Django, Selenium, Git, JavaScript, and Mock libraries, along with current web development techniques. This book--updated for Python 3.11 and Django 4--clearly demonstrates how TDD encourages simple designs and inspires confidence.
Fully updated, this third edition addresses:
The TDD workflow, including the unit test / code cycle and refactoring
Unit tests for classes and functions and functional tests for user interactions within the browser
Mock objects and the pros and cons of isolated versus integrated tests
Testing and automation of deployments with a staging server
Tests applied to the third-party plug-ins you integrate into your site
Automatic tests using a continuous integration environment
Using TDD to build a REST API with a JavaScript frontend interface