{"library":"pytest-memray","install":[{"cmd":"pip install pytest-memray","imports":["import pytest\n\n@pytest.mark.limit_memory('100 MB')\ndef test_something_memory_intensive():\n    # ... test code ...","import pytest\n\n@pytest.mark.limit_leaks('5 MB')\ndef test_something_that_might_leak():\n    # ... test code ..."]}]}