-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate testing of example Jupyter notebooks #450
Labels
Milestone
Comments
ChrisCummins
added
Enhancement
New feature or request
Testing & Tooling
Tests, tooling, and build systems
labels
Oct 5, 2021
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Oct 6, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Oct 6, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Oct 11, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Oct 12, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Nov 5, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Dec 14, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
ChrisCummins
added a commit
to ChrisCummins/CompilerGym
that referenced
this issue
Dec 14, 2021
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🚀 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
andmake install-test
targets.Alternatives
Probably many, this was the first solution that Google found for me.
The text was updated successfully, but these errors were encountered: