Skip to content

Commit

Permalink
Merge pull request #173 from nicoddemus/plugin-count
Browse files Browse the repository at this point in the history
Update number of pytest plugins in the docs
  • Loading branch information
nicoddemus committed Aug 8, 2018
2 parents 6587ed0 + 96543a5 commit 96e94e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
What is it?
***********
``pluggy`` is the crystallized core of `plugin management and hook
calling`_ for `pytest`_. It enables `200+ plugins`_ to extend and customize
calling`_ for `pytest`_. It enables `500+ plugins`_ to extend and customize
``pytest``'s default behaviour. Even ``pytest`` itself is composed
as a set of ``pluggy`` plugins which are invoked in sequence according to a
well defined set of protocols.
Expand Down Expand Up @@ -935,7 +935,7 @@ Table of contents
https://en.wikipedia.org/wiki/Coupling_%28computer_programming%29#Types_of_coupling
.. _Python interpreters:
https://github.com/pytest-dev/pluggy/blob/master/tox.ini#L2
.. _200+ plugins:
.. _500+ plugins:
http://plugincompat.herokuapp.com/
.. _self:
https://docs.python.org/3.6/tutorial/classes.html#random-remarks
Expand Down

0 comments on commit 96e94e5

Please sign in to comment.