Siddharta Govindaraj
人物简介:
About the Author
Siddharta Govindaraj
Siddharta Govindaraj first encountered Python in 2002, and it has remained his favorite programming language ever since. He was an early participant in BangPypers, India's first Python community, and a speaker at InPycon. He is the founder of Silver Stripe Software, an Indian product start-up that develops products based on Python. A vocal proponent of the language, Siddharta extols the virtues of Python to anyone who will listen―and also to those who won't. His blog is at http://www.siddharta.me.
Test- Driven Python Development书籍相关信息
- ISBN:9781783987924
- 作者:Siddharta Govindaraj
- 出版社:Packt Publishing
- 出版时间:2015-3-31
- 页数:300
- 价格:USD 49.99
- 纸张:暂无纸张
- 装帧:Paperback
- 开本:暂无开本
- 语言:暂无语言
- 适合人群:Software developers, Python programmers, Testers, Agile practitioners, Developers interested in improving code quality and maintainability
- TAG:Python / Programming / Software Development / Continuous Integration / TDD (Test-Driven Development) / Unit Testing
- 豆瓣评分:暂无豆瓣评分
- 更新时间:2025-05-20 21:17:49
内容简介:
About This Book
Write robust and easily maintainable code using the principles of test driven developmentGet solutions to real-world problems faced by Python developersGo from a unit testing beginner to a master through a series of step-by-step tutorials that are easy to follow
Who This Book Is For
This book is intended for Python developers who want to use the principles of test-driven development (TDD) to create efficient and robust applications. In order to get the best out of this book, you should have development experience with Python.
What You Will Learn
Implement the test-driven development process in Python applications Fully leverage Python's powerful built-in unittest and doctest modules Effectively add features to existing code bases that do not have any tests Safely resolve problems with the code and design, without breaking any functionality Utilize Python's powerful mock and patch functionality to test complex interactions Integrate unit testing into the overall software delivery process Use doctest to test code with examples Enhance TDD with the nose2 test runner
In Detail
This book starts with a look at the test-driven development process, and how it is different from the traditional way of writing code. All the concepts are presented in the context of a real application that is developed in a step-by-step manner over the course of the book. While exploring the common types of smelly code, we will go back into our example project and clean up the smells that we find.
Additionally, we will use mocking to implement the parts of our example project that depend on other systems. Towards the end of the book, we'll take a look at the most common patterns and anti-patterns associated with test-driven development, including integration of test results into the development process.
全格式电子版 - 免费下载