Integration tests using python sdk
- Checkout repo and
cd py-client-integration-tests
to change to project root - Install poetry
poetry install
to install dependenciespoetry shell
to activate virtual env. Read here if you run into issues.- Copy
.env.example
file to.env.dev
and add your Tigris secrets to the new.env.dev
file. poetry run python -m unittest
to execute tests from cli, or run them from your IDE/Editor.