gleb-sevruk / pycrunch-engine

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

Record state of variables mapped to time #10

Closed gleb-britecore closed 4 years ago

gleb-britecore commented 4 years ago

This is a first step to support concepts described by Bret Victor on http://worrydream.com/LearnableProgramming/

This should improve Python testing experience by order of magnitude, especially in unknown codebases

Ideal view: image

image image

image

image

Current implementation: image

Double click to open variable snapshot value in new tab: image

Multiple runs/variables at same time are supported

Download alpha build of connector plugiin

pycrunch-intellij-connector-0.9.0-ALPHA.zip

Other fixes : Fixed issue when unittest lib might not be loaded