You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is what I want, or if this is the right place to ask, but here goes: when I run my regression test suite, I use pycoverage and behave, along the lines of:
$ coverage run -m behave
... which run my testing code. When that testing code invokes hunter.record(..., action=MyAction), MyAction never actually gets called. Are there any tricks to get hunter to work in this context?
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 #59 (comment)
The text was updated successfully, but these errors were encountered: