-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Instrumentation breaks test suites that use inheritance #30
Comments
This could also be related to the way the test suite is initialized (e.g., through DI). |
Maybe this is related to this post.
|
When instrumenting with
sys.trace,test.trace
, the test instrumentation breaks test cases that inherit from an (abstract) super test class:The text was updated successfully, but these errors were encountered: