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