Open matthew-brett opened 5 years ago
Break up testing function to allow return of individual test results.
Is this a reasonable way to go?
I'm making a command line interface, and I want to give a report for all the tests, with their test failures.
This is now ready for review. It includes a fix to make the notebook and test code run in the notebook directory as working directory, by default. See #23 for motivation.
Break up testing function to allow return of individual test results.
Is this a reasonable way to go?
I'm making a command line interface, and I want to give a report for all the tests, with their test failures.