From c761c45cf928e4c37dacdd07855daab7847df99e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 14 Sep 2021 07:58:17 -0300 Subject: [PATCH] Remove obsolete projects page from docs The projects page unfortunately contains a lot of old projects, and some information there appears to be stale. It was created at a time pytest was starting to be used, but seems pointless now as pytest is the most popular testing framework, so listing a few dozen projects which use it seems pointless. Rather than updating it, I think we should remove it because this has the chance to become stale again soon, and not sure how valuable it is anyway. --- doc/en/contents.rst | 1 - doc/en/projects.rst | 83 --------------------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 doc/en/projects.rst diff --git a/doc/en/contents.rst b/doc/en/contents.rst index b5dd35ff2..049d44ba9 100644 --- a/doc/en/contents.rst +++ b/doc/en/contents.rst @@ -98,7 +98,6 @@ Further topics history historical-notes talks - projects .. only:: html diff --git a/doc/en/projects.rst b/doc/en/projects.rst deleted file mode 100644 index 76ecad746..000000000 --- a/doc/en/projects.rst +++ /dev/null @@ -1,83 +0,0 @@ -.. _projects: - -.. image:: img/gaynor3.png - :width: 400px - :align: right - -.. image:: img/theuni.png - :width: 400px - :align: right - -.. image:: img/cramer2.png - :width: 400px - :align: right - -.. image:: img/keleshev.png - :width: 400px - :align: right - - -Project examples -========================== - -Here are some examples of projects using ``pytest`` (please send notes via :ref:`contact`): - -* `PyPy `_, Python with a JIT compiler, running over - `21000 tests `_ -* the `MoinMoin `_ Wiki Engine -* `sentry `_, realtime app-maintenance and exception tracking -* `Astropy `_ and `affiliated packages `_ -* `tox `_, virtualenv/Hudson integration tool -* `PyPM `_ ActiveState's package manager -* `Fom `_ a fluid object mapper for FluidDB -* `applib `_ cross-platform utilities -* `six `_ Python 2 and 3 compatibility utilities -* `pediapress `_ MediaWiki articles -* `mwlib `_ mediawiki parser and utility library -* `The Translate Toolkit `_ for localization and conversion -* `execnet `_ rapid multi-Python deployment -* `pylib `_ cross-platform path, IO, dynamic code library -* `bbfreeze `_ create standalone executables from Python scripts -* `pdb++ `_ a fancier version of PDB -* `pudb `_ full-screen console debugger for python -* `py-s3fuse `_ Amazon S3 FUSE based filesystem -* `waskr `_ WSGI Stats Middleware -* `guachi `_ global persistent configs for Python modules -* `Circuits `_ lightweight Event Driven Framework -* `pygtk-helpers `_ easy interaction with PyGTK -* `QuantumCore `_ statusmessage and repoze openid plugin -* `pydataportability `_ libraries for managing the open web -* `XIST `_ extensible HTML/XML generator -* `tiddlyweb `_ optionally headless, extensible RESTful datastore -* `fancycompleter `_ for colorful tab-completion -* `Paludis `_ tools for Gentoo Paludis package manager -* `Gerald `_ schema comparison tool -* `abjad `_ Python API for Formalized Score control -* `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 an httpserver and smtpserver -* `pytest-monkeyplus `_ a plugin that extends monkeypatch - -These projects help integrate ``pytest`` 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 pytest ------------------------------------ - -* `Square Kilometre Array, Cape Town `_ -* `Some Mozilla QA people `_ use pytest to distribute their Selenium tests -* `Shootq `_ -* `Stups department of Heinrich Heine University Duesseldorf `_ -* cellzome -* `Open End, Gothenborg `_ -* `Laboratory of Bioinformatics, Warsaw `_ -* `merlinux, Germany `_ -* `ESSS, Brazil `_ -* many more ... (please be so kind to send a note via :ref:`contact`)