Skip to content

Commit 2414bf7

Browse files
committed
📝 Add pytest-memray to pytest plugins
1 parent 3d9e6d4 commit 2414bf7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/test/pytest/plugins.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,28 @@ therefore not surprising that there are several plugins that fulfil this need:
434434
:alt: License
435435
:target: https://github.com/ionelmc/pytest-benchmark?tab=BSD-2-Clause-1-ov-file#readme
436436

437+
.. _pytest_memray:
438+
439+
`pytest-memray <https://pypi.org/project/pytest-memray/>`_
440+
pytest plugin for integrating :doc:`Python4DataScience:performance/memray`
441+
into your test suite.
442+
443+
.. image:: https://raster.shields.io/github/stars/bloomberg/pytest-memray
444+
:alt: Stars
445+
:target: https://github.com/bloomberg/pytest-memray/stargazers
446+
447+
.. image:: https://raster.shields.io/github/contributors/bloomberg/pytest-memray
448+
:alt: Contributors
449+
:target: https://github.com/bloomberg/pytest-memray/graphs/contributors
450+
451+
.. image:: https://raster.shields.io/github/commit-activity/y/bloomberg/pytest-memray
452+
:alt: Commit activity
453+
:target: https://github.com/bloomberg/pytest-memraygraphs/commit-activity
454+
455+
.. image:: https://raster.shields.io/github/license/bloomberg/pytest-memray
456+
:alt: Lizenz
457+
:target: https://github.com/ionelmc/pytest-benchmark?tab=BSD-2-Clause-1-ov-file#readme
458+
437459
`pytest-timeout <https://pypi.org/project/pytest-timeout/>`_
438460
prevents tests from running too long.
439461

0 commit comments

Comments
 (0)