作者简介

After an idyllic childhood spent playing with BASIC on French 8-bitcomputers like the Thomson T-07 whose keys go "boop" when you press them, Harry spent a few years being deeply unhappy with Economics and management consultancy. Soon he rediscovered his true geek nature, and was lucky enough to fall in with a bunch of XP fanatics, working on the pioneering but sadly defunct Resolver One spreadsheet. He now works at PythonAnywhere LLP, and spreads the gospel of TDD world-wide at talks, workshops and conferences, with all the passion and enthusiasm of a recent convert.

内容简介

"Test-Driven Development with Python" focuses on web development, with some coverage of JavaScript (inescapable for any web programmer).

This book uses a concrete example - the development of a web site, from scratch - to teach the TDD metholology, and how it applies to web programming, from the basics of database integration and javascript, going via browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async programming.


After an idyllic childhood spent playing with BASIC on French 8-bitcomputers like the Thomson T-07 whose keys go "boop" when you press them, Harry spent a few years being deeply unhappy with Economics and management consultancy. Soon he rediscovered his true geek nature, and was lucky enough to fall in with a bunch of XP fanatics, working on the pioneering but sadly defunct Res...

下载地址

豆瓣评论

  • 凝霜
    实话实说,这本书只读了一半,真的没有耐心全部读完;写个总结吧:1、TDD != QA,用尽量少的测试进行功能验证2、迭代过程中的测试要足够快,才能保证频繁的运行!3、全面的测试,需要使用CI系统调度,而不是出先在小的开发循环中4、每个测试的失败原因都应该不同,确保正交性09-22
  • 火车便当
    值得一看。很全面地记录了作者是怎么用TDD写django,涉及到单元测试,功能测试,以及怎么进行回归测试。虽然TDD的方法很好,但是我觉得要实践起来,真的要有作者这样把测试写成书的耐心才可以吧。09-03
  • flyingRok
    想了解TDD读前面几章就可以,后面跟Django结合太多05-13
  • 我很严肃的
    不错,需要多读几遍,推荐!11-20
  • flysmoke
    测试在python里设计的很人性化, 通过这本书会让你喜欢写单元测试, 功能测试的.03-27

猜你喜欢

大家都喜欢