Added csp integration test

This commit is contained in:
2025-05-15 17:12:21 +02:00
parent c2eed82353
commit 778c4803ed
2 changed files with 126 additions and 1 deletions

View File

@@ -11,4 +11,7 @@ build:
install: build
test:
python -m unittest discover -s tests/unit
@echo "Executing Unit Tests:"
python -m unittest discover -s tests/unit
@echo "Executing Integration Tests:"
python -m unittest discover -s tests/integration