Added tests
This commit is contained in:
3
Justfile
3
Justfile
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user