Create a ticket
Sign in Sign up
Locker support Locker support
Results

No results found.

Home Locker Secrets Manager Developer tools Secrets - SDK Python Development
Vietnamese English
Development

First, install for development.

pip install -r requirements-dev.txt

Run tests

Test by using tox. We test against the following versions:

  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10

To run all tests against all versions:

tox

Run all tests for a specific Python version:

tox -e py3.10

Run all tests in a single file:

tox -e py3.10 -- tests/test_util.py
Was this page helpful?
No
Yes
Join Our Community