I’m developing a package and keep a notebook of test cases to make sure a fix in one function doesn’t break anything else. Right now, when I make a change to the package, I run the relevant parts of the test notebook and manually compare the new output to the old. Can this be automated,Read more