From 08c3b1b80f20a8164436d1acb47acb9a3af2b781 Mon Sep 17 00:00:00 2001 From: Brianna Laugher Date: Fri, 10 Aug 2012 15:44:58 +1000 Subject: [PATCH 1/2] Fix URL for waskr project --- doc/en/projects.txt | 2 +- doc/ja/projects.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/projects.txt b/doc/en/projects.txt index 5c8454190..79cc1769d 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 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 From f275830ca76dc6b2ffd856d5c91fef8e0b7514c9 Mon Sep 17 00:00:00 2001 From: Brianna Laugher Date: Thu, 16 Aug 2012 19:31:21 +1000 Subject: [PATCH 2/2] expand list of projects based on URLs from holger --- doc/en/projects.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/en/projects.txt b/doc/en/projects.txt index 79cc1769d..7aad883d0 100644 --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -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 -----------------------------------