-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add a hook for serializing/unserializing report sections #111
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
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): but that only covers execnet serializable stuff and things with a crude string conversation |
@RonnyPfannschmidt, can you elaborate on this a bit? 😄 |
currently we have a very crude serialization/deserialization of test report sections, covering only things that execnet can handle in order to make report serialization/replay more usefull and more approachable we need a hook for dealing with those |
You mean a hook that would receive an object and return a serializable object (for example a dict containing only basic types)? This idea would allow #133 to be implemented as a plugin, I think. |
yes |
This would be a nice feature, but shouldn't block 3.0. Since it's already over 4.5 years old, I'm removing the milestone entirely. |
Fixed in #4965 |
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
that way we can have more easy serialization of things like
tracebacks, detailed log reports and the like
The text was updated successfully, but these errors were encountered: