abalkin / pytest-leaks

A pytest plugin to trace resource leaks.
https://abalkin.github.io/pytest-leaks
Other
115 stars 4 forks source link

Implement pytest.mark.no_leak_check #29

Closed pv closed 4 years ago

pv commented 4 years ago

Implement pytest marker no_leak_check for skipping leak checks for specific tests only.

Closes: #26

pv commented 4 years ago

Self-merged, I think this is ok.

seberg commented 4 years ago

Sorry, yeah its good. should change numpy to use this now, the current markers never quite helped me much.

pv commented 4 years ago

Ok, maybe I was too fast, could be nice to have xfail-like functionality also here and docs are missing. Follow-up at: gh-31