Test-Driven Development with Django +Code Год издания: 2015 Автор: Kevin Harvey Жанр или тематика: Веб-программирование Издательство: Packt Publishing ISBN: 9781785281167 Язык: Английский Формат: PDF/EPUB/MOBI Качество: Издательский макет или текст (eBook) Интерактивное оглавление: Да Количество страниц: 186 Описание: Test-Driven Development (TDD) simplifies the trickiest of software tasks with its unique ability to peel back problems into layers. The testing tools available in Python and Django make test writing a joy, and the full coverage test suite that results from TDD is a boon to any project. This guide to developing with Django takes a test-first approach: write a test, then write enough production code to get it to pass. You'll quickly get hands-on experience, writing tests for a database-driven application with the TDD methodology. Use this book to build the skills and habits that make testing a regular part of your workflow. What You Will Learn - Codify user stories as browser-based tests to ensure their completion - Write isolated unit tests that not only confirm your application, but also explain it - Use the red-green-refactor TDD cycle to create and refine your code by changing tests first - Test integrations with external APIs by testing their documentation - Mock out calls to external services and internal functions - Explore the basics of documentation-driven API design - Other testing tools available in popular Python packages such as Django REST framework and VCR.py
Примеры страниц
Оглавление
Table of Contents 1: Keeping Your Promises 2: Your First Test-Driven Application 3: Ironclad Code 4: Building Out and Refactoring 5: User Stories As Code 6: No App Is an Island 7: Share and Share Alike 8: Promises Kept
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum