You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set postgres environment variables for pg-iam db accessexport PYPGIAM_USER=""export PYPGIAM_PW=""export PYPGIAM_HOST=""export PYPGIAM_DB=""# and the run tests
pytest iam/tests.py