Commit de69883 1 parent 1de00e9 commit de69883 Copy full SHA for de69883
File tree 4 files changed +36
-10
lines changed
4 files changed +36
-10
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ Simon Holesch
341
341
Simon Kerr
342
342
Skylar Downes
343
343
Srinivas Reddy Thatiparthy
344
+ Stefaan Lippens
344
345
Stefan Farmbauer
345
346
Stefan Scherfke
346
347
Stefan Zimmermann
Original file line number Diff line number Diff line change
1
+ Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
Original file line number Diff line number Diff line change 1
1
2
2
.. _plugin-list:
3
3
4
- Plugin List
5
- ===========
4
+ Pytest Plugin List
5
+ ==================
6
6
7
- PyPI projects that match "pytest-\*" are considered plugins and are listed
8
- automatically together with a manually-maintained list in `the source
9
- code <https://github.com/pytest-dev/pytest/blob/main/scripts/update-plugin-list.py>`_.
7
+ Below is an automated compilation of ``pytest``` plugins available on `PyPI <https://pypi.org>`_.
8
+ It includes PyPI projects whose names begin with "pytest-" and a handful of manually selected projects.
10
9
Packages classified as inactive are excluded.
11
10
11
+ For detailed insights into how this list is generated,
12
+ please refer to `the update script <https://github.com/pytest-dev/pytest/blob/main/scripts/update-plugin-list.py>`_.
13
+
14
+ .. warning::
15
+
16
+ Please be aware that this list is not a curated collection of projects
17
+ and does not undergo a systematic review process.
18
+ It serves purely as an informational resource to aid in the discovery of ``pytest`` plugins.
19
+
20
+ Do not presume any endorsement from the ``pytest`` project or its developers,
21
+ and always conduct your own quality assessment before incorporating any of these plugins into your own projects.
22
+
23
+
12
24
.. The following conditional uses a different format for this list when
13
25
creating a PDF, because otherwise the table gets far too wide for the
14
26
page.
Original file line number Diff line number Diff line change 13
13
FILE_HEAD = r"""
14
14
.. _plugin-list:
15
15
16
- Plugin List
17
- ===========
16
+ Pytest Plugin List
17
+ ==================
18
18
19
- PyPI projects that match "pytest-\*" are considered plugins and are listed
20
- automatically together with a manually-maintained list in `the source
21
- code <https://github.com/pytest-dev/pytest/blob/main/scripts/update-plugin-list.py>`_.
19
+ Below is an automated compilation of ``pytest``` plugins available on `PyPI <https://pypi.org>`_.
20
+ It includes PyPI projects whose names begin with "pytest-" and a handful of manually selected projects.
22
21
Packages classified as inactive are excluded.
23
22
23
+ For detailed insights into how this list is generated,
24
+ please refer to `the update script <https://github.com/pytest-dev/pytest/blob/main/scripts/update-plugin-list.py>`_.
25
+
26
+ .. warning::
27
+
28
+ Please be aware that this list is not a curated collection of projects
29
+ and does not undergo a systematic review process.
30
+ It serves purely as an informational resource to aid in the discovery of ``pytest`` plugins.
31
+
32
+ Do not presume any endorsement from the ``pytest`` project or its developers,
33
+ and always conduct your own quality assessment before incorporating any of these plugins into your own projects.
34
+
35
+
24
36
.. The following conditional uses a different format for this list when
25
37
creating a PDF, because otherwise the table gets far too wide for the
26
38
page.
You can’t perform that action at this time.
0 commit comments