OxfordRSE / gutenberg

https://oxfordrse.github.io/gutenberg
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Code execution CI #240

Open mjaquiery opened 4 months ago

mjaquiery commented 4 months ago

With code execution environments linked to courses #239 we are able to apply CI to them (see #198 ).

We'll check out and set up the relevant environment, and step through the code blocks one by one.

This will catch errors that get thrown but not errors where values are not those that are expected (because we don't have a way to establish those sorts of tests).