Tests for example scripts
We recently added a scripts section to our examples. We should have unit tests for these. See our tutorial unit tests for an example of how we could do this.
I really dislike the idea of duplicating these scripts in our tests so bonus points if you can figure out a way of having our tests read the docs! This might actually be a decent use of eval...