bloomberg / pytest-memray

pytest plugin for easy integration of memray memory profiler
https://pytest-memray.readthedocs.io/en/latest/
Apache License 2.0
335 stars 24 forks source link

Allow to customize the tracebacks one error #58

Closed pablogsal closed 1 year ago

pablogsal commented 1 year ago

To allow users to get as much information as they need, add two new options to the command line invocation that allows to:

Issue number of the reported bug or feature request: #

Describe your changes A clear and concise description of the changes you have made.

Testing performed Describe the testing you have performed to ensure that the bug has been addressed, or that the new feature works as planned.

Additional context Add any other context about your contribution here.

pablogsal commented 1 year ago

Can you resolve the merge conflicts, add changelog and fix the CI?

Done