Open
Description
🚀 Feature
This repo contains Jupyter notebooks to demonstrate CompilerGym's features. These notebooks are not currently tested as part of a CI job so they can easily bitrot.
Motivation
I <3 regression testing.
Pitch
Use pytest + nbmake to test Jupyter notebooks and integrate that into the make test
and make install-test
targets.
Alternatives
Probably many, this was the first solution that Google found for me.