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

Notebook-based tests should be converted to normal Python test scripts #44

Open
mhvwerts opened this issue Aug 10, 2024 · 0 comments
Open

Comments

@mhvwerts
Copy link
Member

The direct use of Jupyter Notebooks with pytest is not very practical. The required pytest_notebook plug-in is not compatible with all versions of pytest.

Those 'example & test' Notebooks that are sufficiently mature should be used as the basis to normal Python test scripts, which are then included in the tests folder. Once this is complete the dependency on pytest_notebook can be removed.

The Notebooks themselves will remain as examples, and will be evolve separately. In general, it will not necessary to further change the resulting test scripts, because they already test what needs to be tested. This should, of course, not stop us from continue adding further (normal Python) test scripts to enhance testing coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant