Tools like valgrind and catchsegv are used in this way
valgrind --tool=memcheck gtest-binary
I think a way of using something like that would be to add a pytest_addoption on the ini like
[pytest]
harness = valgrind --tool=memcheck
thoughts? recommendations?
Tools like valgrind and catchsegv are used in this way
I think a way of using something like that would be to add a
pytest_addoptionon theinilikethoughts? recommendations?