Open
Description
Problem
I want to know if I've introduced a bug in my project that broke my documentation.
Describe the solution you'd like
There could be two parts to this.
- make
pycon
work more like docstring tests, and error if the computed output doesn't match the output shown in the markdown- Ideally this solution would be easy to replicate for typescript/javascript once TypeScript support (draft) #70 merges
- add an option that makes other codeblocks work more like traditional replay tests by capturing the output to files somewhere, and then on recompute, checking the recomputed outputs against those files