diff options
| author | J08nY | 2024-06-04 17:26:00 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-04 17:26:42 +0200 |
| commit | abc889d4fd8f5c104f3367a788e3c766138b25fd (patch) | |
| tree | 0ca72b8a0e3c9f737e540da5844c352a144da8e4 /Makefile | |
| parent | 618deff9313f1b4ee91d8fe028d7103bfe95144b (diff) | |
| download | pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.gz pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.zst pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
