Skip to content

Commit 99dc37f

Browse files
committed
Add test target
1 parent 99f4d1c commit 99dc37f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

training/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ train-dataset2-model3:
1818
# Add warm-up to the model to load the model into memory after
1919
# starting the Serving API container
2020
poetry run python warm_up.py ../dataset/sqli_dataset2.csv ../sqli_model/3 true
21+
22+
test:
23+
@poetry run pytest --cov=training --cov-report term --cov-report lcov:coverage.lcov -vv

0 commit comments

Comments
 (0)