Tomasz Kosiński
Tomasz Kosiński
I just want to mention that I came across this "issue" when started playing with CrossHair 0.0.31, classes annotated with @dataclasses.dataclass are represented nicely when I output pytest tests, but...
The one thing I can say about provided counterexample is that object attribute values are not mentioned by their names, but generally good direction. ```python /tmp/main.py:12: error: false when calling...
My goal appears to be reachable using ByteBuddy (that is intercepting all call types from JUnit5) in order to enable/disable them at runtime. I added some code [here ](https://github.com/azewiusz/bytebuddy_examples) but...
Yes, I'm using ``cover`` on windows machine, It may be that my python was updated to v 3.9.10 on the test workstation and it was likely 3.7 before (at a...
I spent on this some time today (tried roll back from 0.0.34 to 0.0.32) but I failed to recreate. I potentially lost exact set-up during experimentation. I think what you...
@Stefku thanks a lot for this line of code: ```java return (ReferenceDiagramProvider) DiagramProvider.findByID(ID); ```
Just to mention it fails for sure on pyeda 0.29.0