ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
796 stars 46 forks source link

Discuss if hunter should run previous tracer #64

Open ionelmc opened 5 years ago

ionelmc commented 5 years ago

Currently hunter only reinstalls previous tracer.

It could run the previous tracer as well - this would allow running stuff with coveragepy and not have coverage data gaps wherever you had hunter on.

However, this would be problematic if you start multiple hunter tracers like in https://github.com/ionelmc/python-hunter/issues/59#issuecomment-497982881