Added tests

This commit is contained in:
Nathan Trudeau
2026-04-30 17:38:09 -04:00
parent bea821546d
commit c5bcd24e06
2 changed files with 97 additions and 0 deletions

View File

@@ -159,6 +159,9 @@ test:
@echo "[test] running Python unit tests..."
@python3 -m unittest discover -t . -s tests -p 'test_*.py' -v
@echo ""
@echo "[test] running operator env audit unit tests..."
@python3 -m unittest tests.test_operator_env -v
@echo ""
@echo "[test] running shell integration tests..."
@bash tests/test_forge_auth_integration.sh
@echo ""