API and backend for the diversity project
You will need to set a few environment variables:
SERVICE_ENDPOINT(url to wasabi storage)ACCESS_KEY_ID(access key to wasabi storage)SECRET_ACCESS_KEY(secret key for wasabi storage)PYTHONPATH=.:src
For this, put all these variables in a .env file, and run:
set -o allexport; source .env; set +o allexport
pytest -s --log-level DEBUG src/tests/test_one_scorecard.py