作者:
Harry J·W·Percival
出版社: O'Reilly Media
副标题: Obey the Testing Goat: Using Django, Selenium, and JavaScript
出版年: 2014-6-29
页数: 480
定价: USD 44.99
装帧: Paperback
ISBN: 9781449364823
出版社: O'Reilly Media
副标题: Obey the Testing Goat: Using Django, Selenium, and JavaScript
出版年: 2014-6-29
页数: 480
定价: USD 44.99
装帧: Paperback
ISBN: 9781449364823
这本书的其他版本 · · · · · · ( 全部5 )
以下书单推荐 · · · · · · ( 全部 )
- Python (谢小漫)
- python高分书 (cp4)
- Python需要阅读 (谢小漫)
- Python动物大百科 (Y)
- Python (李鼎)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有148人想读,手里有一本闲着?
订阅关于Test-Driven Development with Python的评论:
feed: rss 2.0
2 有用 凝霜 2015-09-22 22:57:15
实话实说,这本书只读了一半,真的没有耐心全部读完;写个总结吧: 1、TDD != QA,用尽量少的测试进行功能验证 2、迭代过程中的测试要足够快,才能保证频繁的运行! 3、全面的测试,需要使用CI系统调度,而不是出先在小的开发循环中 4、每个测试的失败原因都应该不同,确保正交性
2 有用 火车便当 2013-09-03 15:36:17
值得一看。很全面地记录了作者是怎么用TDD写django,涉及到单元测试,功能测试,以及怎么进行回归测试。虽然TDD的方法很好,但是我觉得要实践起来,真的要有作者这样把测试写成书的耐心才可以吧。
0 有用 Mulog 2018-03-13 04:20:23
Should have been named "Web Development with Django: A TDD Approach". Still doesn't convince me how TDD (the process, not the tests themselves) makes anyone's life better. I can't imagine a programmer... Should have been named "Web Development with Django: A TDD Approach". Still doesn't convince me how TDD (the process, not the tests themselves) makes anyone's life better. I can't imagine a programmer writing code in the way which the author does in this book. (展开)
0 有用 flyingRok 2017-05-13 20:21:10
想了解TDD读前面几章就可以,后面跟Django结合太多
0 有用 我很严肃的 2014-11-20 18:21:49
不错,需要多读几遍,推荐!