test(iam_user_two_active_access_key_test): Create unit tests (#1354)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Pepe Fagoaga
2022-09-01 13:35:00 +02:00
committed by GitHub
parent f40c8f2dc5
commit 7388cb33d4
8 changed files with 257 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
.DEFAULT_GOAL:=help
test: ## Test with pytest
pytest -v
pytest -n auto -vvv -s
coverage: ## Show Test Coverage
coverage run --skip-covered -m pytest -v && \