Python的敏捷工具箱[转] - 不凡- 博客园
今天仔细看了Pycon2006的内容,发现了一些好的资料,就DL了下来。其中,有一篇是介绍如果使用敏捷的开发和测试方法进行Python开发。其中,包括的内容是我到目前为止看到的xxx的Agile Toolkits介绍:

1. Source control management ( subversion) and issue tracking/project management ( )

2. TDD/unit testing ( py.test,  doctest,  ,  )

3.  unit tests as documentation ( )

4. code coverage (the  module)

5. source code analysis ( ,  pyflakes, )

6. acceptance/functional testing ( ,  TextTest)

7. performance testing ( ,  )

8. Web application testing with  and twill

9. Scripting Selenium tests using a 

10. Python package management ( distutils,  ,  )

11. Continuous integration and 'smoke test' ( )

posted on 2007-07-26 03:23 阅读(239)   所属分类:

郑重声明:资讯 【Python的敏捷工具箱[转] - 不凡- 博客园】由 发布,版权归原作者及其所在单位,其原创性以及文中陈述文字和内容未经(企业库qiyeku.com)证实,请读者仅作参考,并请自行核实相关内容。若本文有侵犯到您的版权, 请你提供相关证明及申请并与我们联系(qiyeku # qq.com)或【在线投诉】,我们审核后将会尽快处理。
—— 相关资讯 ——