diff --git a/pyproject.toml b/pyproject.toml index 8bed5680..d69482a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,8 @@ resmon = ["psutil >=5.4"] test = [ "coverage", + "nbconvert", + "nbclient", "pytest >= 4.4", "pytest-cov", "pytest-env", diff --git a/tox.ini b/tox.ini index 76398f37..0e713c40 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ extras = test commands = pytest --doctest-modules --cov eddymotion -n auto --cov-report xml \ --junitxml=test-results.xml -v src test {posargs} + python -m nbconvert --to notebook --execute {posargs} [testenv:docs] description = Build documentation site