2009-04-02 19:16:41 +08:00
|
|
|
py lib 1.0.0: distributed testing and dynamic code deployment
|
|
|
|
===============================================================
|
2009-04-02 15:10:16 +08:00
|
|
|
|
2009-04-02 19:16:41 +08:00
|
|
|
XXX draft
|
|
|
|
|
|
|
|
Welcome to the 1.0.0 py lib release - a python library aiming
|
|
|
|
to support agile and test-driven development.
|
|
|
|
|
2009-06-19 18:19:59 +08:00
|
|
|
It works with Linux, OSX and Win32, on Python 2.3, 2.4, 2.5 and 2.6.
|
2009-04-02 15:10:16 +08:00
|
|
|
|
|
|
|
Main API/Tool Features:
|
|
|
|
|
|
|
|
* py.test: cross-project testing tool with many advanced features
|
|
|
|
* py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
|
2009-04-02 19:16:41 +08:00
|
|
|
* py.code: support for dynamically running and debugging python code
|
2009-04-02 15:10:16 +08:00
|
|
|
* py.path: path abstractions over local and subversion files
|
|
|
|
|
2009-04-02 19:16:41 +08:00
|
|
|
Download/Install: http://codespeak.net/py/1.0.0/download.html
|
|
|
|
Documentation/API: http://codespeak.net/py/1.0.0/index.html
|
2009-04-02 15:10:16 +08:00
|
|
|
|
2009-04-02 19:16:41 +08:00
|
|
|
best,
|
|
|
|
holger
|
2009-04-02 15:10:16 +08:00
|
|
|
|