Skip to content
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

adding test to check all notebooks. #196

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from
Draft

adding test to check all notebooks. #196

wants to merge 18 commits into from

Conversation

seanebum
Copy link
Contributor

test is currently implemented in same testing instance as test_model and test_solver, however it takes a very long time to run. A timeout is given to each cell of 10 minutes, and cells that exceed this timeout report erroneous and will cause the test to fail. This is a naive implementation which will execute all notebooks contained in the examples directory, and may need to be modified to operate on or be able to select a minimal set of notebooks which meet a stricter runtime criteria. Additionally, it may be worth separating these tests to be executed by a different action to prevent unwanted failures from notebooks causing the main testing routine to fail. This PR closes #181

…d in same testing instance as test_model and test_solver, however it takes a very long time to run. A timeout is given to each cell of 10 minutes, and cells that exceed this timeout report erroneous and will cause the test to fail. This is a naive implementation which will execute all notebooks contained in the examples directory, and may need to be modified to operate on or be able to select a minimal set of notebooks which meet a stricter runtime criteria. Additionally, it may be worth separating these tests to be executed by a different action to prevent unwanted failures from notebooks causing the main testing routine to fail.
@seanebum seanebum added the enhancement New feature or request label Oct 26, 2021
@seanebum seanebum added this to the 1.0 Release milestone Oct 26, 2021
@seanebum seanebum added this to In progress in Release v1.0 via automation Oct 26, 2021
@seanebum seanebum marked this pull request as draft October 26, 2021 19:06
@briandrawert briandrawert added this to In Progress in Release v1.1.0 via automation Feb 3, 2022
@briandrawert briandrawert modified the milestones: 1.0 Release, 1.1 Release Feb 3, 2022
@briandrawert briandrawert removed this from In progress in Release v1.0 Feb 3, 2022
@seanebum seanebum changed the title adding unit test to check all notebooks. adding test to check all notebooks. Mar 9, 2022
@briandrawert briandrawert added this to the 1.0.2 Release milestone Mar 14, 2022
@briandrawert briandrawert linked an issue Mar 14, 2022 that may be closed by this pull request
@briandrawert briandrawert removed this from In Progress in Release 1.0.2 Apr 13, 2022
@briandrawert briandrawert added this to In Progress in Release 1.0.3 via automation Apr 13, 2022
@briandrawert briandrawert removed this from In Progress in Release 1.0.3 Jun 9, 2022
@briandrawert briandrawert added this to In Progress in Release 1.0.4 via automation Jun 9, 2022
@briandrawert briandrawert marked this pull request as draft July 13, 2022 16:39
@briandrawert briandrawert removed this from In Progress in Release 1.0.4 Jul 13, 2022
@briandrawert briandrawert added this to In-Progress in Release 1.0.5 via automation Jul 13, 2022
@BryanRumsey BryanRumsey removed this from In-Progress in Release 1.0.5 Jul 26, 2022
@BryanRumsey BryanRumsey added this to In Progress in Release v1.1.1 via automation Jul 26, 2022
@BryanRumsey BryanRumsey removed this from In Progress in Release v1.1.1 Oct 5, 2022
@BryanRumsey BryanRumsey added this to In Progress in Release v1.1.2 via automation Oct 5, 2022
@BryanRumsey BryanRumsey removed this from In Progress in Release v1.1.2 Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run Example notebooks as a unit test
3 participants