aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2024-06-04 17:26:00 +0200
committerJ08nY2024-06-04 17:26:42 +0200
commitabc889d4fd8f5c104f3367a788e3c766138b25fd (patch)
tree0ca72b8a0e3c9f737e540da5844c352a144da8e4 /Makefile
parent618deff9313f1b4ee91d8fe028d7103bfe95144b (diff)
downloadpyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.gz
pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.zst
pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 188c3bc..a7290ee 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ test-plots:
test-all:
pytest --cov=pyecsca
+test-notebooks:
+ pytest -m "not slow" --nbmake --cov=pyecsca notebook/simulation.ipynb notebook/visualization.ipynb
+
typecheck:
mypy --namespace-packages -p pyecsca --ignore-missing-imports --show-error-codes --check-untyped-defs