Mashing Up Py.test, Coverage.py and Ast.py to Take TDD to a New Level
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore an innovative technique for enhancing Test-Driven Development (TDD) in this conference talk from EuroPython 2015. Discover how to significantly reduce test suite execution time without compromising reliability by combining py.test, coverage.py, and ast.py. Learn about a py.test plugin called "testmon" that automatically selects only the tests affected by recent changes, addressing the frustration of long wait times during testing. Gain insights into how this approach can streamline the development process, improve productivity, and maintain the integrity of automated tests in Python projects.
Syllabus
Tibor Arpas - Mashing up py.test, coverage.py and ast.py to take TDD to a new level
Taught by
EuroPython Conference
Related Courses
البرمجة الموجهة بالاختبارات المقبولةRwaq (رواق) Desarrollo de Aplicaciones Web: Prueba y Despliegue
University of New Mexico via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Técnicas Avançadas para Projeto de Software
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera