gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Added ability co capture exception, and local variables; #84

Closed gleb-sevruk closed 1 year ago

gleb-sevruk commented 1 year ago

Added exception capturing and exception line for each failed test Added engine>change-detection-root configuration;

Other changes for Intellij Plugin

Added feature to see exception preview;
Alongside with exception preview popup there will be `Local Variables`, so you don't need to run debugger for simple cases;
Added separate gutter icon (red cross) for the lines where exception has occured.;
Added ability to navigate directly to exception from the test list.;
Added different colors for markers in indeterminate state (they will no longer be green).;
Fixed various issues where opening/closing project may use already disposed message bus;
UI small gliches fixes when using 2023.1 Pycharm