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
PYTHONPATH=$(PYTHONPATH) pipenv run py.test --junitxml=report.xml
flake8:
pipenv run flake8 aws_okta_processor --max-line-length=120
coverage:
PYTHONPATH=$(PYTHONPATH) pipenv run py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov-report html --cov=aws_okta_processor tests