Skip to content

Commit 1d7b387

Browse files
committed
📝 Add pytest-leak-finder
1 parent 39b1fb6 commit 1d7b387

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ emergencies when we need to start branches for older versions.
1616
`Unreleased <https://github.com/veit/python-basics-tutorial-de/compare/25.1.0...HEAD>`_
1717
---------------------------------------------------------------------------------------
1818

19+
Added
20+
~~~~~
21+
22+
* 📝 Add pytest-leak-finder
23+
1924
Changed
2025
~~~~~~~
2126

docs/test/pytest/plugins.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,24 @@ usual sequence of a test:
146146
.. image:: https://raster.shields.io/github/license/tonybaloney/pytest-freethreaded
147147
:alt: License
148148
:target: https://github.com/tonybaloney/pytest-freethreaded?tab=MIT-1-ov-file#readme
149+
`pytest-leak-finder <https://github.com/mgaitan/pytest-leak-finder>`_
150+
for binary search of test artefacts.
151+
152+
.. image:: https://raster.shields.io/github/stars/mgaitan/pytest-leak-finder
153+
:alt: Stars
154+
:target: https://github.com/mgaitan/pytest-leak-finder/stargazers
155+
156+
.. image:: https://raster.shields.io/github/contributors/mgaitan/pytest-leak-finder
157+
:alt: Contributors
158+
:target: https://github.com/mgaitan/pytest-leak-finder/graphs/contributors
159+
160+
.. image:: https://raster.shields.io/github/commit-activity/y/mgaitan/pytest-leak-finder
161+
:alt: Commit activity
162+
:target: https://github.com/mgaitan/pytest-leak-finder/graphs/commit-activity
163+
164+
.. image:: https://raster.shields.io/github/license/mgaitan/pytest-leak-finder
165+
:alt: License
166+
:target: https://github.com/mgaitan/pytest-leak-finder?tab=MIT-1-ov-file
149167

150168
… modified output
151169
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)