Development
First, install for development purposes:Running tests
Test usingtox. We test with versions 3.6, 3.7, 3.8, 3.9, and 3.10.
To run all tests against all versions:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Guide to setting up the development environment and running tests for the Locker Secrets Python SDK
pip install -r requirements-dev.txt
tox. We test with versions 3.6, 3.7, 3.8, 3.9, and 3.10.
To run all tests against all versions:
tox
tox -e py3.10
tox -e py3.10 -- tests/test_util.py