Cargando…

CRAFTING TEST-DRIVEN SOFTWARE WITH PYTHON write test suites that scale with your applications... needs and complexity, using python and pytest.

This practical guide to test-driven development will help developers working with Python put their knowledge to work. You'll learn how to adopt an effective test-driven approach to Python software development with WebTest and web frameworks. The book is filled with hands-on examples to enable y...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: MOLINA, ALESSANDRO
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [S.l.] : PACKT PUBLISHING LIMITED, 2021.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents Getting Started with Software Testing Test Doubles with a Chat Application Test-Driven Development while Creating a TODO List Scaling the Test Suite Introduction to PyTest Dynamic and Parametric Tests and Fixtures Fitness Function with a Contact Book Application PyTest Essential Plugins Managing Test Environments with Tox Testing Documentation and Property-Based Testing Testing for the Web: WSGI versus HTTP End-to-End Testing with the Robot Framework.