Improved text on plugins_index
- Removed "beta" status from it; - Added links to pytest-plugs app; --HG-- branch : integrate-plugin-index-docs
This commit is contained in:
		
							parent
							
								
									2893cddb68
								
							
						
					
					
						commit
						0559f11aa5
					
				|  | @ -4,7 +4,7 @@ | ||||||
|   <li><a href="{{ pathto('contributing') }}">Contribution Guide</a></li> |   <li><a href="{{ pathto('contributing') }}">Contribution Guide</a></li> | ||||||
|   <li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li> |   <li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li> | ||||||
|   <li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li> |   <li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li> | ||||||
|   <li><a href="http://pytest.org/latest/plugins_index/index.html">3rd party plugins (beta)</a></li> |   <li><a href="http://pytest.org/latest/plugins_index/index.html">3rd party plugins</a></li> | ||||||
|   <li><a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">Issue Tracker</a></li> |   <li><a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">Issue Tracker</a></li> | ||||||
|   <li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a> |   <li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a> | ||||||
| </ul> | </ul> | ||||||
|  |  | ||||||
|  | @ -64,9 +64,10 @@ tool, for example:: | ||||||
|     pip uninstall pytest-NAME |     pip uninstall pytest-NAME | ||||||
| 
 | 
 | ||||||
| If a plugin is installed, ``pytest`` automatically finds and integrates it, | If a plugin is installed, ``pytest`` automatically finds and integrates it, | ||||||
| there is no need to activate it.  We have a :doc:`beta page listing | there is no need to activate it.  We have a :doc:`page listing | ||||||
| all 3rd party plugins and their status <plugins_index/index>` and here | all 3rd party plugins and their status against the latest py.test version | ||||||
| is a little annotated list for some popular plugins: | <plugins_index/index>` and here is a little annotated list | ||||||
|  | for some popular plugins: | ||||||
| 
 | 
 | ||||||
| .. _`django`: https://www.djangoproject.com/ | .. _`django`: https://www.djangoproject.com/ | ||||||
| 
 | 
 | ||||||
|  | @ -109,7 +110,11 @@ is a little annotated list for some popular plugins: | ||||||
| * `oejskit <http://pypi.python.org/pypi/oejskit>`_: | * `oejskit <http://pypi.python.org/pypi/oejskit>`_: | ||||||
|   a plugin to run javascript unittests in life browsers |   a plugin to run javascript unittests in life browsers | ||||||
| 
 | 
 | ||||||
| You may discover more plugins through a `pytest- pypi.python.org search`_. | To see a complete list of all plugins with their latest testing | ||||||
|  | status against different py.test and Python versions, please visit | ||||||
|  | `pytest-plugs <http://pytest-plugs.herokuapp.com/>`_. | ||||||
|  | 
 | ||||||
|  | You may also discover more plugins through a `pytest- pypi.python.org search`_. | ||||||
| 
 | 
 | ||||||
| .. _`available installable plugins`: | .. _`available installable plugins`: | ||||||
| .. _`pytest- pypi.python.org search`: http://pypi.python.org/pypi?%3Aaction=search&term=pytest-&submit=search | .. _`pytest- pypi.python.org search`: http://pypi.python.org/pypi?%3Aaction=search&term=pytest-&submit=search | ||||||
|  |  | ||||||
|  | @ -3,114 +3,125 @@ | ||||||
| List of Third-Party Plugins | List of Third-Party Plugins | ||||||
| =========================== | =========================== | ||||||
| 
 | 
 | ||||||
| ================================================================================== =========================================================================================================== =========================================================================================================== ============================================================= ============================================================================================================================================= | The table below contains a listing of plugins found in PyPI and | ||||||
|                                        Name                                                                                           Py27                                                                                                        Py33                                                                              Repository                                                                                              Summary                                                                    | their status when tested using py.test **2.5.2** and python 2.7 and | ||||||
| ================================================================================== =========================================================================================================== =========================================================================================================== ============================================================= ============================================================================================================================================= | 3.3. | ||||||
|               `pytest-bdd <http://pypi.python.org/pypi/pytest-bdd>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-latest?py=py33&pytest=2.5.2                   https://github.com/olegpidsadnyi/pytest-bdd                                                                         BDD for pytest                                                                 |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     |  | ||||||
|      `pytest-bdd-splinter <http://pypi.python.org/pypi/pytest-bdd-splinter>`_          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-splinter-latest?py=py27&pytest=2.5.2         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-splinter-latest?py=py33&pytest=2.5.2         https://github.com/olegpidsadnyi/pytest-bdd-splinter                                                        Splinter subplugin for Pytest BDD plugin                                                    |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-splinter-latest?py=py27&pytest=2.5.2           :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-splinter-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                |  | ||||||
|             `pytest-bench <http://pypi.python.org/pypi/pytest-bench>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bench-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bench-latest?py=py33&pytest=2.5.2                 http://github.com/concordusapps/pytest-bench                                                            Benchmark utility that plugs into pytest.                                                   |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-bench-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-bench-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|          `pytest-blockage <http://pypi.python.org/pypi/pytest-blockage>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-blockage-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-blockage-latest?py=py33&pytest=2.5.2                 https://github.com/rob-b/pytest-blockage                                                             Disable network requests during a test run.                                                  |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-blockage-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-blockage-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|  `pytest-browsermob-proxy <http://pypi.python.org/pypi/pytest-browsermob-proxy>`_    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-browsermob-proxy-latest?py=py27&pytest=2.5.2     .. image:: http://pytest-plugs.herokuapp.com/status/pytest-browsermob-proxy-latest?py=py33&pytest=2.5.2        https://github.com/davehunt/pytest-browsermob-proxy                                                          BrowserMob proxy plugin for py.test.                                                      |  | ||||||
|                                                                                         :target: http://pytest-plugs.herokuapp.com/output/pytest-browsermob-proxy-latest?py=py27&pytest=2.5.2       :target: http://pytest-plugs.herokuapp.com/output/pytest-browsermob-proxy-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                              |  | ||||||
|          `pytest-bugzilla <http://pypi.python.org/pypi/pytest-bugzilla>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bugzilla-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bugzilla-latest?py=py33&pytest=2.5.2                http://github.com/nibrahim/pytest_bugzilla                                                                py.test bugzilla integration plugin                                                      |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-bugzilla-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-bugzilla-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|             `pytest-cache <http://pypi.python.org/pypi/pytest-cache>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cache-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cache-latest?py=py33&pytest=2.5.2                   http://bitbucket.org/hpk42/pytest-cache/                                                     pytest plugin with mechanisms for caching across test runs                                           |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-cache-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-cache-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|        `pytest-capturelog <http://pypi.python.org/pypi/pytest-capturelog>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-capturelog-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-capturelog-latest?py=py33&pytest=2.5.2        http://bitbucket.org/memedough/pytest-capturelog/overview                                                      py.test plugin to capture log messages                                                     |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-capturelog-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-capturelog-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|      `pytest-codecheckers <http://pypi.python.org/pypi/pytest-codecheckers>`_          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-codecheckers-latest?py=py27&pytest=2.5.2         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-codecheckers-latest?py=py33&pytest=2.5.2      http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/                                        pytest plugin to add source code sanity checks (pep8 and friends)                                       |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-codecheckers-latest?py=py27&pytest=2.5.2           :target: http://pytest-plugs.herokuapp.com/output/pytest-codecheckers-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                |  | ||||||
|    `pytest-contextfixture <http://pypi.python.org/pypi/pytest-contextfixture>`_       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-contextfixture-latest?py=py27&pytest=2.5.2       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-contextfixture-latest?py=py33&pytest=2.5.2           http://github.com/pelme/pytest-contextfixture/                                                          Define pytest fixtures as context managers.                                                  |  | ||||||
|                                                                                          :target: http://pytest-plugs.herokuapp.com/output/pytest-contextfixture-latest?py=py27&pytest=2.5.2         :target: http://pytest-plugs.herokuapp.com/output/pytest-contextfixture-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                               |  | ||||||
|        `pytest-couchdbkit <http://pypi.python.org/pypi/pytest-couchdbkit>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-couchdbkit-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-couchdbkit-latest?py=py33&pytest=2.5.2        http://bitbucket.org/RonnyPfannschmidt/pytest-couchdbkit                                          py.test extension for per-test couchdb databases using couchdbkit                                       |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-couchdbkit-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-couchdbkit-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|               `pytest-cov <http://pypi.python.org/pypi/pytest-cov>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cov-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cov-latest?py=py33&pytest=2.5.2               http://bitbucket.org/memedough/pytest-cov/overview        py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing  |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-cov-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-cov-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     |  | ||||||
|        `pytest-dbfixtures <http://pypi.python.org/pypi/pytest-dbfixtures>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbfixtures-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbfixtures-latest?py=py33&pytest=2.5.2             https://github.com/clearcode/pytest-dbfixtures                                                                dbfixtures plugin for py.test.                                                         |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-dbfixtures-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-dbfixtures-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|            `pytest-django <http://pypi.python.org/pypi/pytest-django>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-latest?py=py33&pytest=2.5.2                    http://pytest-django.readthedocs.org/                                                                     A Django plugin for py.test.                                                          |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-django-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-django-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|       `pytest-django-lite <http://pypi.python.org/pypi/pytest-django-lite>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-lite-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-lite-latest?py=py33&pytest=2.5.2              https://github.com/dcramer/pytest-django-lite                                                      The bare minimum to integrate py.test with Django.                                               |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-django-lite-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-django-lite-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|           `pytest-figleaf <http://pypi.python.org/pypi/pytest-figleaf>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-figleaf-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-figleaf-latest?py=py33&pytest=2.5.2                  http://bitbucket.org/hpk42/pytest-figleaf                                                                  py.test figleaf coverage plugin                                                        |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-figleaf-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-figleaf-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|            `pytest-flakes <http://pypi.python.org/pypi/pytest-flakes>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-flakes-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-flakes-latest?py=py33&pytest=2.5.2                  https://github.com/fschulze/pytest-flakes                                                         pytest plugin to check source code with pyflakes                                                |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-flakes-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-flakes-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|         `pytest-greendots <http://pypi.python.org/pypi/pytest-greendots>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-greendots-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-greendots-latest?py=py33&pytest=2.5.2                                  UNKNOWN                                                                                         Green progress dots                                                              |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-greendots-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-greendots-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|             `pytest-growl <http://pypi.python.org/pypi/pytest-growl>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-growl-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-growl-latest?py=py33&pytest=2.5.2                                    UNKNOWN                                                                               Growl notifications for pytest results.                                                    |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-growl-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-growl-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|         `pytest-httpretty <http://pypi.python.org/pypi/pytest-httpretty>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-httpretty-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-httpretty-latest?py=py33&pytest=2.5.2                http://github.com/papaeye/pytest-httpretty                                                              A thin wrapper of HTTPretty for pytest                                                     |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-httpretty-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-httpretty-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|       `pytest-incremental <http://pypi.python.org/pypi/pytest-incremental>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-incremental-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-incremental-latest?py=py33&pytest=2.5.2          https://bitbucket.org/schettino72/pytest-incremental                                                       an incremental test runner (pytest plugin)                                                   |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-incremental-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-incremental-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|         `pytest-instafail <http://pypi.python.org/pypi/pytest-instafail>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-instafail-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-instafail-latest?py=py33&pytest=2.5.2               https://github.com/jpvanhal/pytest-instafail                                                            py.test plugin to show failures instantly                                                   |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-instafail-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-instafail-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|              `pytest-ipdb <http://pypi.python.org/pypi/pytest-ipdb>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-ipdb-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-ipdb-latest?py=py33&pytest=2.5.2                   https://github.com/mverteuil/pytest-ipdb                                                 A py.test plug-in to enable drop to ipdb debugger on test failure.                                       |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-ipdb-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-ipdb-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|              `pytest-jira <http://pypi.python.org/pypi/pytest-jira>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-jira-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-jira-latest?py=py33&pytest=2.5.2                     http://github.com/jlaska/pytest_jira                                                             py.test JIRA integration plugin, using markers                                                 |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-jira-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-jira-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|            `pytest-konira <http://pypi.python.org/pypi/pytest-konira>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-konira-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-konira-latest?py=py33&pytest=2.5.2                 http://github.com/alfredodeza/pytest-konira                                                                Run Konira DSL tests with py.test                                                       |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-konira-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-konira-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|       `pytest-localserver <http://pypi.python.org/pypi/pytest-localserver>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-localserver-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-localserver-latest?py=py33&pytest=2.5.2             http://bitbucket.org/basti/pytest-localserver/                                                      py.test plugin to test server connections locally.                                               |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-localserver-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-localserver-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|   `pytest-marker-bugzilla <http://pypi.python.org/pypi/pytest-marker-bugzilla>`_     .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marker-bugzilla-latest?py=py27&pytest=2.5.2      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marker-bugzilla-latest?py=py33&pytest=2.5.2          http://github.com/eanxgeek/pytest_marker_bugzilla                                                    py.test bugzilla integration plugin, using markers                                               |  | ||||||
|                                                                                         :target: http://pytest-plugs.herokuapp.com/output/pytest-marker-bugzilla-latest?py=py27&pytest=2.5.2        :target: http://pytest-plugs.herokuapp.com/output/pytest-marker-bugzilla-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                               |  | ||||||
|    `pytest-markfiltration <http://pypi.python.org/pypi/pytest-markfiltration>`_       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-markfiltration-latest?py=py27&pytest=2.5.2       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-markfiltration-latest?py=py33&pytest=2.5.2        https://github.com/adamgoucher/pytest-markfiltration                                                                         UNKNOWN                                                                    |  | ||||||
|                                                                                          :target: http://pytest-plugs.herokuapp.com/output/pytest-markfiltration-latest?py=py27&pytest=2.5.2         :target: http://pytest-plugs.herokuapp.com/output/pytest-markfiltration-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                               |  | ||||||
|             `pytest-marks <http://pypi.python.org/pypi/pytest-marks>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marks-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marks-latest?py=py33&pytest=2.5.2                  https://github.com/adamgoucher/pytest-marks                                                                             UNKNOWN                                                                    |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-marks-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-marks-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|        `pytest-monkeyplus <http://pypi.python.org/pypi/pytest-monkeyplus>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-monkeyplus-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-monkeyplus-latest?py=py33&pytest=2.5.2              http://bitbucket.org/hsoft/pytest-monkeyplus/                                                   pytest's monkeypatch subclass with extra functionalities                                            |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-monkeyplus-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-monkeyplus-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|          `pytest-mozwebqa <http://pypi.python.org/pypi/pytest-mozwebqa>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-mozwebqa-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-mozwebqa-latest?py=py33&pytest=2.5.2                https://github.com/davehunt/pytest-mozwebqa                                                                Mozilla WebQA plugin for py.test.                                                       |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-mozwebqa-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-mozwebqa-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|              `pytest-oerp <http://pypi.python.org/pypi/pytest-oerp>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-oerp-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-oerp-latest?py=py33&pytest=2.5.2                   http://github.com/santagada/pytest-oerp/                                                                pytest plugin to test OpenERP modules                                                     |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-oerp-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-oerp-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|         `pytest-osxnotify <http://pypi.python.org/pypi/pytest-osxnotify>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-osxnotify-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-osxnotify-latest?py=py33&pytest=2.5.2                https://github.com/dbader/pytest-osxnotify                                                              OS X notifications for py.test results.                                                    |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-osxnotify-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-osxnotify-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|      `pytest-paste-config <http://pypi.python.org/pypi/pytest-paste-config>`_          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-paste-config-latest?py=py27&pytest=2.5.2         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-paste-config-latest?py=py33&pytest=2.5.2                                UNKNOWN                                                                            Allow setting the path to a paste config file                                                 |  | ||||||
|                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-paste-config-latest?py=py27&pytest=2.5.2           :target: http://pytest-plugs.herokuapp.com/output/pytest-paste-config-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                |  | ||||||
|              `pytest-pep8 <http://pypi.python.org/pypi/pytest-pep8>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pep8-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pep8-latest?py=py33&pytest=2.5.2                    http://bitbucket.org/hpk42/pytest-pep8/                                                              pytest plugin to check PEP8 requirements                                                    |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-pep8-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-pep8-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|               `pytest-poo <http://pypi.python.org/pypi/pytest-poo>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-poo-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-poo-latest?py=py33&pytest=2.5.2                       http://github.com/pelme/pytest-poo                                                                        Visualize your crappy tests                                                          |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-poo-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-poo-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     |  | ||||||
|             `pytest-pydev <http://pypi.python.org/pypi/pytest-pydev>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pydev-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pydev-latest?py=py33&pytest=2.5.2                   http://bitbucket.org/basti/pytest-pydev/                                              py.test plugin to connect to a remote debug server with PyDev or PyCharm.                                   |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-pydev-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-pydev-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|        `pytest-pythonpath <http://pypi.python.org/pypi/pytest-pythonpath>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pythonpath-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pythonpath-latest?py=py33&pytest=2.5.2              https://github.com/bigsassy/pytest-pythonpath                                           pytest plugin for adding to the PYTHONPATH from command line or configs.                                    |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-pythonpath-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-pythonpath-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|                `pytest-qt <http://pypi.python.org/pypi/pytest-qt>`_                         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-qt-latest?py=py27&pytest=2.5.2                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-qt-latest?py=py33&pytest=2.5.2                     http://github.com/nicoddemus/pytest-qt                                            pytest plugin that adds fixtures for testing Qt (PyQt and PySide) applications.                                |  | ||||||
|                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-qt-latest?py=py27&pytest=2.5.2                     :target: http://pytest-plugs.herokuapp.com/output/pytest-qt-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     |  | ||||||
|        `pytest-quickcheck <http://pypi.python.org/pypi/pytest-quickcheck>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-quickcheck-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-quickcheck-latest?py=py33&pytest=2.5.2               http://bitbucket.org/t2y/pytest-quickcheck/                                                  pytest plugin to generate random data inspired by QuickCheck                                          |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-quickcheck-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-quickcheck-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 |  | ||||||
|              `pytest-rage <http://pypi.python.org/pypi/pytest-rage>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rage-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rage-latest?py=py33&pytest=2.5.2                   http://github.com/santagada/pytest-rage/                                                                  pytest plugin to implement PEP712                                                       |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-rage-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-rage-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|            `pytest-random <http://pypi.python.org/pypi/pytest-random>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-random-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-random-latest?py=py33&pytest=2.5.2                   https://github.com/klrmn/pytest-random                                                                   py.test plugin to randomize tests                                                       |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-random-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-random-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|     `pytest-rerunfailures <http://pypi.python.org/pypi/pytest-rerunfailures>`_        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rerunfailures-latest?py=py27&pytest=2.5.2        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rerunfailures-latest?py=py33&pytest=2.5.2             https://github.com/klrmn/pytest-rerunfailures                                                  py.test plugin to re-run tests to eliminate flakey failures                                          |  | ||||||
|                                                                                          :target: http://pytest-plugs.herokuapp.com/output/pytest-rerunfailures-latest?py=py27&pytest=2.5.2          :target: http://pytest-plugs.herokuapp.com/output/pytest-rerunfailures-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                |  | ||||||
|         `pytest-runfailed <http://pypi.python.org/pypi/pytest-runfailed>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runfailed-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runfailed-latest?py=py33&pytest=2.5.2              http://github.com/dmerejkowsky/pytest-runfailed                                                           implement a --failed option for pytest                                                     |  | ||||||
|                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-runfailed-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-runfailed-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|            `pytest-runner <http://pypi.python.org/pypi/pytest-runner>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runner-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runner-latest?py=py33&pytest=2.5.2                 https://bitbucket.org/jaraco/pytest-runner                                                                              UNKNOWN                                                                    |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-runner-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-runner-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|             `pytest-sugar <http://pypi.python.org/pypi/pytest-sugar>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-sugar-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-sugar-latest?py=py33&pytest=2.5.2                     http://pivotfinland.com/pytest-sugar/                 py.test is a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly).     |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-sugar-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-sugar-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|           `pytest-timeout <http://pypi.python.org/pypi/pytest-timeout>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-timeout-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-timeout-latest?py=py33&pytest=2.5.2                  http://bitbucket.org/flub/pytest-timeout/                                                           pytest plugin to abort tests after a timeout                                                  |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-timeout-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-timeout-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|           `pytest-twisted <http://pypi.python.org/pypi/pytest-twisted>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-twisted-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-twisted-latest?py=py33&pytest=2.5.2                  https://github.com/schmir/pytest-twisted                                                                    A twisted plugin for py.test.                                                         |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-twisted-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-twisted-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   |  | ||||||
|             `pytest-xdist <http://pypi.python.org/pypi/pytest-xdist>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xdist-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xdist-latest?py=py33&pytest=2.5.2                    http://bitbucket.org/hpk42/pytest-xdist                                               py.test xdist plugin for distributed testing and loop-on-failing modes                                     |  | ||||||
|                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-xdist-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-xdist-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    |  | ||||||
|          `pytest-xprocess <http://pypi.python.org/pypi/pytest-xprocess>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xprocess-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xprocess-latest?py=py33&pytest=2.5.2                http://bitbucket.org/hpk42/pytest-xprocess/                                                   pytest plugin to manage external processes across test runs                                          |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-xprocess-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-xprocess-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|          `pytest-yamlwsgi <http://pypi.python.org/pypi/pytest-yamlwsgi>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-yamlwsgi-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-yamlwsgi-latest?py=py33&pytest=2.5.2                                  UNKNOWN                                                                             Run tests against wsgi apps defined in yaml                                                  |  | ||||||
|                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-yamlwsgi-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-yamlwsgi-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  |  | ||||||
|               `pytest-zap <http://pypi.python.org/pypi/pytest-zap>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-zap-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-zap-latest?py=py33&pytest=2.5.2                     https://github.com/davehunt/pytest-zap                                                                     OWASP ZAP plugin for py.test.                                                         |  | ||||||
|                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-zap-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-zap-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     |  | ||||||
| 
 | 
 | ||||||
| ================================================================================== =========================================================================================================== =========================================================================================================== ============================================================= ============================================================================================================================================= | A complete listing can also be found at | ||||||
|  | `pytest-plugs <http://pytest-plugs.herokuapp.com/>`_, which contains tests | ||||||
|  | status against other py.test releases. | ||||||
| 
 | 
 | ||||||
| *(Updated on 2014-02-11)* | 
 | ||||||
|  | ==================================================================================== ============================================================================================================ ============================================================================================================ ============================================================= ============================================================================================================================================= | ||||||
|  |                                         Name                                                                                             Py27                                                                                                         Py33                                                                              Repository                                                                                              Summary                                                                    | ||||||
|  | ==================================================================================== ============================================================================================================ ============================================================================================================ ============================================================= ============================================================================================================================================= | ||||||
|  |                `pytest-bdd <http://pypi.python.org/pypi/pytest-bdd>`_                         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-latest?py=py27&pytest=2.5.2                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-latest?py=py33&pytest=2.5.2                   https://github.com/olegpidsadnyi/pytest-bdd                                                                         BDD for pytest                                                                 | ||||||
|  |                                                                                                  :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-latest?py=py27&pytest=2.5.2                     :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |       `pytest-bdd-splinter <http://pypi.python.org/pypi/pytest-bdd-splinter>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-splinter-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bdd-splinter-latest?py=py33&pytest=2.5.2          https://github.com/olegpidsadnyi/pytest-bdd-splinter                                                        Splinter subplugin for Pytest BDD plugin                                                    | ||||||
|  |                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-splinter-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-bdd-splinter-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |              `pytest-bench <http://pypi.python.org/pypi/pytest-bench>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bench-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bench-latest?py=py33&pytest=2.5.2                 http://github.com/concordusapps/pytest-bench                                                            Benchmark utility that plugs into pytest.                                                   | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-bench-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-bench-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |           `pytest-blockage <http://pypi.python.org/pypi/pytest-blockage>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-blockage-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-blockage-latest?py=py33&pytest=2.5.2                  https://github.com/rob-b/pytest-blockage                                                             Disable network requests during a test run.                                                  | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-blockage-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-blockage-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |   `pytest-browsermob-proxy <http://pypi.python.org/pypi/pytest-browsermob-proxy>`_     .. image:: http://pytest-plugs.herokuapp.com/status/pytest-browsermob-proxy-latest?py=py27&pytest=2.5.2      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-browsermob-proxy-latest?py=py33&pytest=2.5.2         https://github.com/davehunt/pytest-browsermob-proxy                                                          BrowserMob proxy plugin for py.test.                                                      | ||||||
|  |                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-browsermob-proxy-latest?py=py27&pytest=2.5.2        :target: http://pytest-plugs.herokuapp.com/output/pytest-browsermob-proxy-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                               | ||||||
|  |           `pytest-bugzilla <http://pypi.python.org/pypi/pytest-bugzilla>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bugzilla-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-bugzilla-latest?py=py33&pytest=2.5.2                 http://github.com/nibrahim/pytest_bugzilla                                                                py.test bugzilla integration plugin                                                      | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-bugzilla-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-bugzilla-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |              `pytest-cache <http://pypi.python.org/pypi/pytest-cache>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cache-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cache-latest?py=py33&pytest=2.5.2                   http://bitbucket.org/hpk42/pytest-cache/                                                     pytest plugin with mechanisms for caching across test runs                                           | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-cache-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-cache-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |         `pytest-capturelog <http://pypi.python.org/pypi/pytest-capturelog>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-capturelog-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-capturelog-latest?py=py33&pytest=2.5.2         http://bitbucket.org/memedough/pytest-capturelog/overview                                                      py.test plugin to capture log messages                                                     | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-capturelog-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-capturelog-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |       `pytest-codecheckers <http://pypi.python.org/pypi/pytest-codecheckers>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-codecheckers-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-codecheckers-latest?py=py33&pytest=2.5.2       http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/                                        pytest plugin to add source code sanity checks (pep8 and friends)                                       | ||||||
|  |                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-codecheckers-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-codecheckers-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |     `pytest-contextfixture <http://pypi.python.org/pypi/pytest-contextfixture>`_        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-contextfixture-latest?py=py27&pytest=2.5.2        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-contextfixture-latest?py=py33&pytest=2.5.2            http://github.com/pelme/pytest-contextfixture/                                                          Define pytest fixtures as context managers.                                                  | ||||||
|  |                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-contextfixture-latest?py=py27&pytest=2.5.2          :target: http://pytest-plugs.herokuapp.com/output/pytest-contextfixture-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                | ||||||
|  |         `pytest-couchdbkit <http://pypi.python.org/pypi/pytest-couchdbkit>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-couchdbkit-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-couchdbkit-latest?py=py33&pytest=2.5.2         http://bitbucket.org/RonnyPfannschmidt/pytest-couchdbkit                                          py.test extension for per-test couchdb databases using couchdbkit                                       | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-couchdbkit-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-couchdbkit-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |                `pytest-cov <http://pypi.python.org/pypi/pytest-cov>`_                         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cov-latest?py=py27&pytest=2.5.2                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-cov-latest?py=py33&pytest=2.5.2               http://bitbucket.org/memedough/pytest-cov/overview        py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing  | ||||||
|  |                                                                                                  :target: http://pytest-plugs.herokuapp.com/output/pytest-cov-latest?py=py27&pytest=2.5.2                     :target: http://pytest-plugs.herokuapp.com/output/pytest-cov-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |         `pytest-dbfixtures <http://pypi.python.org/pypi/pytest-dbfixtures>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbfixtures-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbfixtures-latest?py=py33&pytest=2.5.2              https://github.com/clearcode/pytest-dbfixtures                                                                dbfixtures plugin for py.test.                                                         | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-dbfixtures-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-dbfixtures-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |  `pytest-dbus-notification <http://pypi.python.org/pypi/pytest-dbus-notification>`_    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbus-notification-latest?py=py27&pytest=2.5.2     .. image:: http://pytest-plugs.herokuapp.com/status/pytest-dbus-notification-latest?py=py33&pytest=2.5.2      https://github.com/bmathieu33/pytest-dbus-notification                                                        D-BUS notifications for pytest results.                                                    | ||||||
|  |                                                                                           :target: http://pytest-plugs.herokuapp.com/output/pytest-dbus-notification-latest?py=py27&pytest=2.5.2       :target: http://pytest-plugs.herokuapp.com/output/pytest-dbus-notification-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                              | ||||||
|  |             `pytest-django <http://pypi.python.org/pypi/pytest-django>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-latest?py=py33&pytest=2.5.2                     http://pytest-django.readthedocs.org/                                                                     A Django plugin for py.test.                                                          | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-django-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-django-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |        `pytest-django-lite <http://pypi.python.org/pypi/pytest-django-lite>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-lite-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-django-lite-latest?py=py33&pytest=2.5.2              https://github.com/dcramer/pytest-django-lite                                                      The bare minimum to integrate py.test with Django.                                               | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-django-lite-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-django-lite-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |            `pytest-figleaf <http://pypi.python.org/pypi/pytest-figleaf>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-figleaf-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-figleaf-latest?py=py33&pytest=2.5.2                  http://bitbucket.org/hpk42/pytest-figleaf                                                                  py.test figleaf coverage plugin                                                        | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-figleaf-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-figleaf-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |             `pytest-flakes <http://pypi.python.org/pypi/pytest-flakes>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-flakes-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-flakes-latest?py=py33&pytest=2.5.2                   https://github.com/fschulze/pytest-flakes                                                         pytest plugin to check source code with pyflakes                                                | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-flakes-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-flakes-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |          `pytest-greendots <http://pypi.python.org/pypi/pytest-greendots>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-greendots-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-greendots-latest?py=py33&pytest=2.5.2                                  UNKNOWN                                                                                         Green progress dots                                                              | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-greendots-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-greendots-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |              `pytest-growl <http://pypi.python.org/pypi/pytest-growl>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-growl-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-growl-latest?py=py33&pytest=2.5.2                                    UNKNOWN                                                                               Growl notifications for pytest results.                                                    | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-growl-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-growl-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |          `pytest-httpretty <http://pypi.python.org/pypi/pytest-httpretty>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-httpretty-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-httpretty-latest?py=py33&pytest=2.5.2                http://github.com/papaeye/pytest-httpretty                                                              A thin wrapper of HTTPretty for pytest                                                     | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-httpretty-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-httpretty-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |        `pytest-incremental <http://pypi.python.org/pypi/pytest-incremental>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-incremental-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-incremental-latest?py=py33&pytest=2.5.2          https://bitbucket.org/schettino72/pytest-incremental                                                       an incremental test runner (pytest plugin)                                                   | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-incremental-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-incremental-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |          `pytest-instafail <http://pypi.python.org/pypi/pytest-instafail>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-instafail-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-instafail-latest?py=py33&pytest=2.5.2               https://github.com/jpvanhal/pytest-instafail                                                            py.test plugin to show failures instantly                                                   | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-instafail-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-instafail-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |               `pytest-ipdb <http://pypi.python.org/pypi/pytest-ipdb>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-ipdb-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-ipdb-latest?py=py33&pytest=2.5.2                    https://github.com/mverteuil/pytest-ipdb                                                 A py.test plug-in to enable drop to ipdb debugger on test failure.                                       | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-ipdb-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-ipdb-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |               `pytest-jira <http://pypi.python.org/pypi/pytest-jira>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-jira-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-jira-latest?py=py33&pytest=2.5.2                      http://github.com/jlaska/pytest_jira                                                             py.test JIRA integration plugin, using markers                                                 | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-jira-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-jira-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |             `pytest-konira <http://pypi.python.org/pypi/pytest-konira>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-konira-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-konira-latest?py=py33&pytest=2.5.2                  http://github.com/alfredodeza/pytest-konira                                                                Run Konira DSL tests with py.test                                                       | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-konira-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-konira-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |        `pytest-localserver <http://pypi.python.org/pypi/pytest-localserver>`_             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-localserver-latest?py=py27&pytest=2.5.2           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-localserver-latest?py=py33&pytest=2.5.2             http://bitbucket.org/basti/pytest-localserver/                                                      py.test plugin to test server connections locally.                                               | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-localserver-latest?py=py27&pytest=2.5.2             :target: http://pytest-plugs.herokuapp.com/output/pytest-localserver-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |    `pytest-marker-bugzilla <http://pypi.python.org/pypi/pytest-marker-bugzilla>`_       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marker-bugzilla-latest?py=py27&pytest=2.5.2       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marker-bugzilla-latest?py=py33&pytest=2.5.2          http://github.com/eanxgeek/pytest_marker_bugzilla                                                    py.test bugzilla integration plugin, using markers                                               | ||||||
|  |                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-marker-bugzilla-latest?py=py27&pytest=2.5.2         :target: http://pytest-plugs.herokuapp.com/output/pytest-marker-bugzilla-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                               | ||||||
|  |     `pytest-markfiltration <http://pypi.python.org/pypi/pytest-markfiltration>`_        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-markfiltration-latest?py=py27&pytest=2.5.2        .. image:: http://pytest-plugs.herokuapp.com/status/pytest-markfiltration-latest?py=py33&pytest=2.5.2         https://github.com/adamgoucher/pytest-markfiltration                                                                         UNKNOWN                                                                    | ||||||
|  |                                                                                            :target: http://pytest-plugs.herokuapp.com/output/pytest-markfiltration-latest?py=py27&pytest=2.5.2          :target: http://pytest-plugs.herokuapp.com/output/pytest-markfiltration-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                | ||||||
|  |              `pytest-marks <http://pypi.python.org/pypi/pytest-marks>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marks-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-marks-latest?py=py33&pytest=2.5.2                  https://github.com/adamgoucher/pytest-marks                                                                             UNKNOWN                                                                    | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-marks-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-marks-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |         `pytest-monkeyplus <http://pypi.python.org/pypi/pytest-monkeyplus>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-monkeyplus-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-monkeyplus-latest?py=py33&pytest=2.5.2               http://bitbucket.org/hsoft/pytest-monkeyplus/                                                   pytest's monkeypatch subclass with extra functionalities                                            | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-monkeyplus-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-monkeyplus-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |           `pytest-mozwebqa <http://pypi.python.org/pypi/pytest-mozwebqa>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-mozwebqa-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-mozwebqa-latest?py=py33&pytest=2.5.2                 https://github.com/davehunt/pytest-mozwebqa                                                                Mozilla WebQA plugin for py.test.                                                       | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-mozwebqa-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-mozwebqa-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |               `pytest-oerp <http://pypi.python.org/pypi/pytest-oerp>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-oerp-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-oerp-latest?py=py33&pytest=2.5.2                    http://github.com/santagada/pytest-oerp/                                                                pytest plugin to test OpenERP modules                                                     | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-oerp-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-oerp-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |          `pytest-osxnotify <http://pypi.python.org/pypi/pytest-osxnotify>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-osxnotify-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-osxnotify-latest?py=py33&pytest=2.5.2                https://github.com/dbader/pytest-osxnotify                                                              OS X notifications for py.test results.                                                    | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-osxnotify-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-osxnotify-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |       `pytest-paste-config <http://pypi.python.org/pypi/pytest-paste-config>`_           .. image:: http://pytest-plugs.herokuapp.com/status/pytest-paste-config-latest?py=py27&pytest=2.5.2          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-paste-config-latest?py=py33&pytest=2.5.2                                 UNKNOWN                                                                            Allow setting the path to a paste config file                                                 | ||||||
|  |                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-paste-config-latest?py=py27&pytest=2.5.2            :target: http://pytest-plugs.herokuapp.com/output/pytest-paste-config-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                 | ||||||
|  |               `pytest-pep8 <http://pypi.python.org/pypi/pytest-pep8>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pep8-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pep8-latest?py=py33&pytest=2.5.2                     http://bitbucket.org/hpk42/pytest-pep8/                                                              pytest plugin to check PEP8 requirements                                                    | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-pep8-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-pep8-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |                `pytest-poo <http://pypi.python.org/pypi/pytest-poo>`_                         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-poo-latest?py=py27&pytest=2.5.2                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-poo-latest?py=py33&pytest=2.5.2                       http://github.com/pelme/pytest-poo                                                                        Visualize your crappy tests                                                          | ||||||
|  |                                                                                                  :target: http://pytest-plugs.herokuapp.com/output/pytest-poo-latest?py=py27&pytest=2.5.2                     :target: http://pytest-plugs.herokuapp.com/output/pytest-poo-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |              `pytest-pydev <http://pypi.python.org/pypi/pytest-pydev>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pydev-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pydev-latest?py=py33&pytest=2.5.2                   http://bitbucket.org/basti/pytest-pydev/                                              py.test plugin to connect to a remote debug server with PyDev or PyCharm.                                   | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-pydev-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-pydev-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |         `pytest-pythonpath <http://pypi.python.org/pypi/pytest-pythonpath>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pythonpath-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-pythonpath-latest?py=py33&pytest=2.5.2               https://github.com/bigsassy/pytest-pythonpath                                           pytest plugin for adding to the PYTHONPATH from command line or configs.                                    | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-pythonpath-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-pythonpath-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |                 `pytest-qt <http://pypi.python.org/pypi/pytest-qt>`_                          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-qt-latest?py=py27&pytest=2.5.2                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-qt-latest?py=py33&pytest=2.5.2                      http://github.com/nicoddemus/pytest-qt                                            pytest plugin that adds fixtures for testing Qt (PyQt and PySide) applications.                                | ||||||
|  |                                                                                                  :target: http://pytest-plugs.herokuapp.com/output/pytest-qt-latest?py=py27&pytest=2.5.2                      :target: http://pytest-plugs.herokuapp.com/output/pytest-qt-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                      | ||||||
|  |         `pytest-quickcheck <http://pypi.python.org/pypi/pytest-quickcheck>`_              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-quickcheck-latest?py=py27&pytest=2.5.2            .. image:: http://pytest-plugs.herokuapp.com/status/pytest-quickcheck-latest?py=py33&pytest=2.5.2                http://bitbucket.org/t2y/pytest-quickcheck/                                                  pytest plugin to generate random data inspired by QuickCheck                                          | ||||||
|  |                                                                                              :target: http://pytest-plugs.herokuapp.com/output/pytest-quickcheck-latest?py=py27&pytest=2.5.2              :target: http://pytest-plugs.herokuapp.com/output/pytest-quickcheck-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |               `pytest-rage <http://pypi.python.org/pypi/pytest-rage>`_                       .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rage-latest?py=py27&pytest=2.5.2                  .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rage-latest?py=py33&pytest=2.5.2                    http://github.com/santagada/pytest-rage/                                                                  pytest plugin to implement PEP712                                                       | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-rage-latest?py=py27&pytest=2.5.2                    :target: http://pytest-plugs.herokuapp.com/output/pytest-rage-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  |             `pytest-random <http://pypi.python.org/pypi/pytest-random>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-random-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-random-latest?py=py33&pytest=2.5.2                    https://github.com/klrmn/pytest-random                                                                   py.test plugin to randomize tests                                                       | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-random-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-random-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |      `pytest-rerunfailures <http://pypi.python.org/pypi/pytest-rerunfailures>`_          .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rerunfailures-latest?py=py27&pytest=2.5.2         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-rerunfailures-latest?py=py33&pytest=2.5.2             https://github.com/klrmn/pytest-rerunfailures                                                  py.test plugin to re-run tests to eliminate flakey failures                                          | ||||||
|  |                                                                                             :target: http://pytest-plugs.herokuapp.com/output/pytest-rerunfailures-latest?py=py27&pytest=2.5.2           :target: http://pytest-plugs.herokuapp.com/output/pytest-rerunfailures-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                | ||||||
|  |          `pytest-runfailed <http://pypi.python.org/pypi/pytest-runfailed>`_                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runfailed-latest?py=py27&pytest=2.5.2             .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runfailed-latest?py=py33&pytest=2.5.2              http://github.com/dmerejkowsky/pytest-runfailed                                                           implement a --failed option for pytest                                                     | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-runfailed-latest?py=py27&pytest=2.5.2               :target: http://pytest-plugs.herokuapp.com/output/pytest-runfailed-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                  | ||||||
|  |             `pytest-runner <http://pypi.python.org/pypi/pytest-runner>`_                    .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runner-latest?py=py27&pytest=2.5.2                .. image:: http://pytest-plugs.herokuapp.com/status/pytest-runner-latest?py=py33&pytest=2.5.2                  https://bitbucket.org/jaraco/pytest-runner                                                                              UNKNOWN                                                                    | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-runner-latest?py=py27&pytest=2.5.2                  :target: http://pytest-plugs.herokuapp.com/output/pytest-runner-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |              `pytest-sugar <http://pypi.python.org/pypi/pytest-sugar>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-sugar-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-sugar-latest?py=py33&pytest=2.5.2                     http://pivotfinland.com/pytest-sugar/                 py.test is a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly).     | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-sugar-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-sugar-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |            `pytest-timeout <http://pypi.python.org/pypi/pytest-timeout>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-timeout-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-timeout-latest?py=py33&pytest=2.5.2                  http://bitbucket.org/flub/pytest-timeout/                                                           pytest plugin to abort tests after a timeout                                                  | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-timeout-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-timeout-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |            `pytest-twisted <http://pypi.python.org/pypi/pytest-twisted>`_                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-twisted-latest?py=py27&pytest=2.5.2               .. image:: http://pytest-plugs.herokuapp.com/status/pytest-twisted-latest?py=py33&pytest=2.5.2                  https://github.com/schmir/pytest-twisted                                                                    A twisted plugin for py.test.                                                         | ||||||
|  |                                                                                                :target: http://pytest-plugs.herokuapp.com/output/pytest-twisted-latest?py=py27&pytest=2.5.2                 :target: http://pytest-plugs.herokuapp.com/output/pytest-twisted-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |              `pytest-xdist <http://pypi.python.org/pypi/pytest-xdist>`_                      .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xdist-latest?py=py27&pytest=2.5.2                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xdist-latest?py=py33&pytest=2.5.2                    http://bitbucket.org/hpk42/pytest-xdist                                               py.test xdist plugin for distributed testing and loop-on-failing modes                                     | ||||||
|  |                                                                                                 :target: http://pytest-plugs.herokuapp.com/output/pytest-xdist-latest?py=py27&pytest=2.5.2                   :target: http://pytest-plugs.herokuapp.com/output/pytest-xdist-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                    | ||||||
|  |           `pytest-xprocess <http://pypi.python.org/pypi/pytest-xprocess>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xprocess-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-xprocess-latest?py=py33&pytest=2.5.2                 http://bitbucket.org/hpk42/pytest-xprocess/                                                   pytest plugin to manage external processes across test runs                                          | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-xprocess-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-xprocess-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |           `pytest-yamlwsgi <http://pypi.python.org/pypi/pytest-yamlwsgi>`_                 .. image:: http://pytest-plugs.herokuapp.com/status/pytest-yamlwsgi-latest?py=py27&pytest=2.5.2              .. image:: http://pytest-plugs.herokuapp.com/status/pytest-yamlwsgi-latest?py=py33&pytest=2.5.2                                   UNKNOWN                                                                             Run tests against wsgi apps defined in yaml                                                  | ||||||
|  |                                                                                               :target: http://pytest-plugs.herokuapp.com/output/pytest-yamlwsgi-latest?py=py27&pytest=2.5.2                :target: http://pytest-plugs.herokuapp.com/output/pytest-yamlwsgi-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                   | ||||||
|  |                `pytest-zap <http://pypi.python.org/pypi/pytest-zap>`_                         .. image:: http://pytest-plugs.herokuapp.com/status/pytest-zap-latest?py=py27&pytest=2.5.2                   .. image:: http://pytest-plugs.herokuapp.com/status/pytest-zap-latest?py=py33&pytest=2.5.2                     https://github.com/davehunt/pytest-zap                                                                     OWASP ZAP plugin for py.test.                                                         | ||||||
|  |                                                                                                  :target: http://pytest-plugs.herokuapp.com/output/pytest-zap-latest?py=py27&pytest=2.5.2                     :target: http://pytest-plugs.herokuapp.com/output/pytest-zap-latest?py=py33&pytest=2.5.2                                                                                                                                                                                                                     | ||||||
|  | 
 | ||||||
|  | ==================================================================================== ============================================================================================================ ============================================================================================================ ============================================================= ============================================================================================================================================= | ||||||
|  | 
 | ||||||
|  | *(Updated on 2014-02-18)* | ||||||
|  |  | ||||||
|  | @ -1,6 +1,13 @@ | ||||||
| """ | """ | ||||||
| Script to generate the file `index.txt` with information about | Script to generate the file `index.txt` with information about | ||||||
| pytest plugins taken directly from a live PyPI server. | pytest plugins taken directly from PyPI. | ||||||
|  | 
 | ||||||
|  | Usage: | ||||||
|  |     python plugins_index.py | ||||||
|  | 
 | ||||||
|  | This command will update `index.txt` in the same directory found as this script. | ||||||
|  | This should be issued before every major documentation release to obtain latest | ||||||
|  | versions from PyPI. | ||||||
| 
 | 
 | ||||||
| Also includes plugin compatibility between different python and pytest versions, | Also includes plugin compatibility between different python and pytest versions, | ||||||
| obtained from http://pytest-plugs.herokuapp.com. | obtained from http://pytest-plugs.herokuapp.com. | ||||||
|  | @ -167,11 +174,9 @@ def generate_plugins_index_from_table(filename, headers, rows): | ||||||
|         return ' '.join(char * length for length in column_lengths) |         return ' '.join(char * length for length in column_lengths) | ||||||
| 
 | 
 | ||||||
|     with open(filename, 'w') as f: |     with open(filename, 'w') as f: | ||||||
|         # write welcome |         # header | ||||||
|         print('.. _plugins_index:', file=f) |         header_text = HEADER.format(pytest_version=pytest.__version__) | ||||||
|         print(file=f) |         print(header_text, file=f) | ||||||
|         print('List of Third-Party Plugins', file=f) |  | ||||||
|         print('===========================', file=f) |  | ||||||
|         print(file=f) |         print(file=f) | ||||||
| 
 | 
 | ||||||
|         # table |         # table | ||||||
|  | @ -232,5 +237,21 @@ def main(argv): | ||||||
|     return 0 |     return 0 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | # header for the plugins_index page | ||||||
|  | HEADER = '''.. _plugins_index: | ||||||
|  | 
 | ||||||
|  | List of Third-Party Plugins | ||||||
|  | =========================== | ||||||
|  | 
 | ||||||
|  | The table below contains a listing of plugins found in PyPI and | ||||||
|  | their status when tested using py.test **{pytest_version}** and python 2.7 and | ||||||
|  | 3.3. | ||||||
|  | 
 | ||||||
|  | A complete listing can also be found at | ||||||
|  | `pytest-plugs <http://pytest-plugs.herokuapp.com/>`_, which contains tests | ||||||
|  | status against other py.test releases. | ||||||
|  | ''' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| if __name__ == '__main__': | if __name__ == '__main__': | ||||||
|     sys.exit(main(sys.argv)) |     sys.exit(main(sys.argv)) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue