tools: add pytest_nb target to easily test notebooks

This commit is contained in:
Arthur Meyre
2021-09-02 15:28:34 +02:00
parent b71664e38f
commit 468686a92f
2 changed files with 5 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ jobs:
run: |
make strip_nb
make notebook_timeout
poetry run pytest --nbmake examples/*.ipynb
make pytest_nb
- name: Test coverage
id: coverage
if: ${{ steps.pytest.outcome != 'skipped' && !cancelled() }}