Skip to content

[ci] Simple Notebook testrunner.

Lars Bilke requested to merge bilke/ogs:notebook-testrunner into master

Adds a notebook testrunner. Tests can be added to ctest with NotebookTest() similar to OgsTest().

Also installing Python dependencies into a poetry virtual environment is now run only if there were changes to the requirements (previously it ran on every cmake run).

Notebook tests are run in CI on all three platforms.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Lars Bilke

Merge request reports