aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ae727d2..67ecd7e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,16 +3,16 @@ PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test.ec.perf_mult test.sca.
all: help
test:
- pytest -m "not slow" --cov=pyecsca
+ pytest -m "not slow" --cov=pyecsca --doctest-ignore-import-errors
test-plots:
- env PYECSCA_TEST_PLOTS=1 pytest -m "not slow"
+ env PYECSCA_TEST_PLOTS=1 pytest -m "not slow" --doctest-ignore-import-errors
test-all:
- pytest --cov=pyecsca
+ pytest --cov=pyecsca --doctest-ignore-import-errors
test-notebooks:
- pytest -m "not slow" --nbmake --cov=pyecsca --cov-append notebook/simulation.ipynb notebook/visualization.ipynb
+ pytest -m "not slow" --doctest-ignore-import-errors --nbmake --cov=pyecsca --cov-append notebook/simulation.ipynb notebook/visualization.ipynb
typecheck:
mypy --namespace-packages -p pyecsca --ignore-missing-imports --show-error-codes --check-untyped-defs