helpers
helpers copied to clipboard
Unit test extract_notebook_images
Add unit test for https://github.com/causify-ai/tutorials/issues/57
We want to have a notebook that we process using our usual approach of hunitest.TestCase.
Let's test end-to-end. We want to check that the output is correct
@gpsaggese testing the dockerized executable will build the container from scratch every time, wont it take a long time for the test to run then? How are we supposed to go about this? or just test the independent logic? (which i am not sure is applicable in this scenario)
Good question.
- Sometimes we can find almost built containers to build on top, rather than building from scratch
- If it's too slow to be a fast/slow tests, we can make those tests super-slow
PR: https://github.com/causify-ai/helpers/pull/422