3 new commits in pytest:
https://bitbucket.org/hpk42/pytest/changeset/144204bdfb4e/ changeset: 144204bdfb4e user: Brianna Laugher date: 2012-08-10 07:44:58 summary: Fix URL for waskr project affected #: 2 files diff -r fa6a843aa98b1f8e9e95aa3b73c0bb4fcfc2e133 -r 144204bdfb4e4b35ecc68bf2fe5ec64dc9758a48 doc/en/projects.txt --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -23,7 +23,7 @@ * `bbfreeze <http://pypi.python.org/pypi/bbfreeze>`_ create standalone executables from Python scripts * `pdb++ <http://bitbucket.org/antocuni/pdb>`_ a fancier version of PDB * `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem -* `waskr <http://pacha.cafepais.com/>`_ WSGI Stats Middleware +* `waskr <http://code.google.com/p/waskr/>`_ WSGI Stats Middleware * `guachi <http://code.google.com/p/guachi/>`_ global persistent configs for Python modules * `Circuits <http://pypi.python.org/pypi/circuits>`_ lightweight Event Driven Framework * `pygtk-helpers <http://bitbucket.org/aafshar/pygtkhelpers-main/>`_ easy interaction with PyGTK diff -r fa6a843aa98b1f8e9e95aa3b73c0bb4fcfc2e133 -r 144204bdfb4e4b35ecc68bf2fe5ec64dc9758a48 doc/ja/projects.txt --- a/doc/ja/projects.txt +++ b/doc/ja/projects.txt @@ -31,7 +31,7 @@ * `bbfreeze <http://pypi.python.org/pypi/bbfreeze>`_ create standalone executables from Python scripts * `pdb++ <http://bitbucket.org/antocuni/pdb>`_ a fancier version of PDB * `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem - * `waskr <http://pacha.cafepais.com/>`_ WSGI Stats Middleware + * `waskr <http://code.google.com/p/waskr/>`_ WSGI Stats Middleware * `guachi <http://code.google.com/p/guachi/>`_ global persistent configs for Python modules * `Circuits <http://pypi.python.org/pypi/circuits>`_ lightweight Event Driven Framework * `pygtk-helpers <http://bitbucket.org/aafshar/pygtkhelpers-main/>`_ easy interaction with PyGTK https://bitbucket.org/hpk42/pytest/changeset/fd04a79b170f/ changeset: fd04a79b170f user: Brianna Laugher date: 2012-08-16 11:31:21 summary: expand list of projects based on URLs from holger affected #: 1 file diff -r 144204bdfb4e4b35ecc68bf2fe5ec64dc9758a48 -r fd04a79b170f333172c70a2952bf189dcbbb7f8a doc/en/projects.txt --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -38,6 +38,17 @@ * `bu <http://packages.python.org/bu/>`_ a microscopic build system * `katcp <https://bitbucket.org/hodgestar/katcp>`_ Telescope communication protocol over Twisted * `kss plugin timer <http://pypi.python.org/pypi/kss.plugin.timer>`_ +* `pyudev <http://pyudev.readthedocs.org/en/latest/tests/plugins.html>`_ a pure Python binding to the Linux library libudev +* `pytest-localserver <https://bitbucket.org/basti/pytest-localserver/>`_ a plugin for pytest that provides a httpserver and smtpserver +* `pytest-monkeyplus <http://pypi.python.org/pypi/pytest-monkeyplus/>`_ a plugin that extends monkeypatch + +These projects help integrate py.test into other Python frameworks: + +* `pytest-django <http://pypi.python.org/pypi/pytest-django/>`_ for Django +* `zope.pytest <http://packages.python.org/zope.pytest/>`_ for Zope and Grok +* `pytest__gae <http://pypi.python.org/pypi/pytest_gae/0.2.1>`_ for Google App Engine +* There is `some work <https://github.com/Pylons/Kotti/pull/101>`_ underway for Kotti, a CMS built in Pyramid/Pylons + Some organisations using py.test ----------------------------------- https://bitbucket.org/hpk42/pytest/changeset/5c1e6d977aec/ changeset: 5c1e6d977aec user: hpk42 date: 2012-08-16 13:23:42 summary: Merged in pfctdayelise/pytest (pull request #17) affected #: 2 files diff -r 57b9e4d9bdb29039856691c16a2d7b5696d0eb89 -r 5c1e6d977aec371021a7ed527f4e362b8739d840 doc/en/projects.txt --- a/doc/en/projects.txt +++ b/doc/en/projects.txt @@ -23,7 +23,7 @@ * `bbfreeze <http://pypi.python.org/pypi/bbfreeze>`_ create standalone executables from Python scripts * `pdb++ <http://bitbucket.org/antocuni/pdb>`_ a fancier version of PDB * `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem -* `waskr <http://pacha.cafepais.com/>`_ WSGI Stats Middleware +* `waskr <http://code.google.com/p/waskr/>`_ WSGI Stats Middleware * `guachi <http://code.google.com/p/guachi/>`_ global persistent configs for Python modules * `Circuits <http://pypi.python.org/pypi/circuits>`_ lightweight Event Driven Framework * `pygtk-helpers <http://bitbucket.org/aafshar/pygtkhelpers-main/>`_ easy interaction with PyGTK @@ -38,6 +38,17 @@ * `bu <http://packages.python.org/bu/>`_ a microscopic build system * `katcp <https://bitbucket.org/hodgestar/katcp>`_ Telescope communication protocol over Twisted * `kss plugin timer <http://pypi.python.org/pypi/kss.plugin.timer>`_ +* `pyudev <http://pyudev.readthedocs.org/en/latest/tests/plugins.html>`_ a pure Python binding to the Linux library libudev +* `pytest-localserver <https://bitbucket.org/basti/pytest-localserver/>`_ a plugin for pytest that provides a httpserver and smtpserver +* `pytest-monkeyplus <http://pypi.python.org/pypi/pytest-monkeyplus/>`_ a plugin that extends monkeypatch + +These projects help integrate py.test into other Python frameworks: + +* `pytest-django <http://pypi.python.org/pypi/pytest-django/>`_ for Django +* `zope.pytest <http://packages.python.org/zope.pytest/>`_ for Zope and Grok +* `pytest__gae <http://pypi.python.org/pypi/pytest_gae/0.2.1>`_ for Google App Engine +* There is `some work <https://github.com/Pylons/Kotti/pull/101>`_ underway for Kotti, a CMS built in Pyramid/Pylons + Some organisations using py.test ----------------------------------- diff -r 57b9e4d9bdb29039856691c16a2d7b5696d0eb89 -r 5c1e6d977aec371021a7ed527f4e362b8739d840 doc/ja/projects.txt --- a/doc/ja/projects.txt +++ b/doc/ja/projects.txt @@ -31,7 +31,7 @@ * `bbfreeze <http://pypi.python.org/pypi/bbfreeze>`_ create standalone executables from Python scripts * `pdb++ <http://bitbucket.org/antocuni/pdb>`_ a fancier version of PDB * `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem - * `waskr <http://pacha.cafepais.com/>`_ WSGI Stats Middleware + * `waskr <http://code.google.com/p/waskr/>`_ WSGI Stats Middleware * `guachi <http://code.google.com/p/guachi/>`_ global persistent configs for Python modules * `Circuits <http://pypi.python.org/pypi/circuits>`_ lightweight Event Driven Framework * `pygtk-helpers <http://bitbucket.org/aafshar/pygtkhelpers-main/>`_ easy interaction with PyGTK Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn