2010-02-02 18:32:21 +08:00
|
|
|
py lib: testing and filesystem abstraction
|
2009-07-21 00:54:08 +08:00
|
|
|
====================================================
|
2009-06-19 19:05:44 +08:00
|
|
|
|
2010-02-02 18:32:21 +08:00
|
|
|
The ``py`` lib has several namespaces which help with automated testing,
|
|
|
|
and with accessing filesystems. Here is some documentation on the
|
|
|
|
core namespaces:
|
2009-06-19 18:19:59 +08:00
|
|
|
|
2009-03-24 00:40:18 +08:00
|
|
|
`py.test`_ write and deploy unit- and functional tests to multiple machines.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-07-21 00:54:08 +08:00
|
|
|
`py.code`_: generate code and use advanced introspection/traceback support.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-07-21 00:54:08 +08:00
|
|
|
`py.path`_: use path objects to transparently access local and svn filesystems.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-07-21 00:54:08 +08:00
|
|
|
Other (minor) support functionality
|
2009-04-02 15:10:16 +08:00
|
|
|
===================================
|
2008-08-16 23:26:59 +08:00
|
|
|
|
2009-03-24 00:40:18 +08:00
|
|
|
`py lib scripts`_ to make python development easier.
|
|
|
|
|
2008-08-16 23:26:59 +08:00
|
|
|
`py.xml`_ for generating in-memory xml/html object trees
|
|
|
|
|
|
|
|
`py.io`_: Helper Classes for Capturing of Input/Output
|
|
|
|
|
|
|
|
`py.log`_: an alpha document about the ad-hoc logging facilities
|
|
|
|
|
|
|
|
`miscellaneous features`_ describes some small but nice py lib features.
|
|
|
|
|
2009-04-02 15:10:16 +08:00
|
|
|
|
2009-08-04 18:00:04 +08:00
|
|
|
.. _`PyPI project page`: http://pypi.python.org/pypi/py/
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
For the latest Release, see `PyPI project page`_
|
|
|
|
|
2008-08-16 23:26:59 +08:00
|
|
|
.. _`py-dev at codespeak net`: http://codespeak.net/mailman/listinfo/py-dev
|
|
|
|
.. _`py.log`: log.html
|
|
|
|
.. _`py.io`: io.html
|
|
|
|
.. _`py.path`: path.html
|
|
|
|
.. _`py.code`: code.html
|
2009-08-19 01:04:57 +08:00
|
|
|
.. _`py.test`: test/index.html
|
2008-08-16 23:26:59 +08:00
|
|
|
.. _`py lib scripts`: bin.html
|
|
|
|
.. _`py.xml`: xml.html
|
|
|
|
.. _`miscellaneous features`: misc.html
|
2009-04-02 15:10:16 +08:00
|
|
|
|