Please read Auth0's contribution guidelines.
- Make sure you have node and npm installed
- Run
poetry installto install dependencies - Follow the local development steps below to get started
poetry install: install dependenciespoetry run pytest: run unit testspoetry build: compile the package
Every change should be accompanied by a test.
Run unit tests before opening a PR:
poetry run pytestAlso include any information about essential manual tests.