diff --git a/doc/en/projects.txt b/doc/en/projects.txt index 5c8454190..7aad883d0 100644 --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -23,7 +23,7 @@ Here are some examples of projects using py.test (please send notes via :ref:`co * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB * `py-s3fuse `_ Amazon S3 FUSE based filesystem -* `waskr `_ WSGI Stats Middleware +* `waskr `_ WSGI Stats Middleware * `guachi `_ global persistent configs for Python modules * `Circuits `_ lightweight Event Driven Framework * `pygtk-helpers `_ easy interaction with PyGTK @@ -38,6 +38,17 @@ Here are some examples of projects using py.test (please send notes via :ref:`co * `bu `_ a microscopic build system * `katcp `_ Telescope communication protocol over Twisted * `kss plugin timer `_ +* `pyudev `_ a pure Python binding to the Linux library libudev +* `pytest-localserver `_ a plugin for pytest that provides a httpserver and smtpserver +* `pytest-monkeyplus `_ a plugin that extends monkeypatch + +These projects help integrate py.test into other Python frameworks: + +* `pytest-django `_ for Django +* `zope.pytest `_ for Zope and Grok +* `pytest__gae `_ for Google App Engine +* There is `some work `_ underway for Kotti, a CMS built in Pyramid/Pylons + Some organisations using py.test ----------------------------------- diff --git a/doc/ja/projects.txt b/doc/ja/projects.txt index b1e2477be..aca1b1252 100644 --- a/doc/ja/projects.txt +++ b/doc/ja/projects.txt @@ -31,7 +31,7 @@ py.test を使っているプロジェクトを紹介します (:ref:`contact` * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB * `py-s3fuse `_ Amazon S3 FUSE based filesystem - * `waskr `_ WSGI Stats Middleware + * `waskr `_ WSGI Stats Middleware * `guachi `_ global persistent configs for Python modules * `Circuits `_ lightweight Event Driven Framework * `pygtk-helpers `_ easy interaction with PyGTK