Skip to content

Commit

Permalink
Add limited Okta connection pooling (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
barborico authored Sep 12, 2024
1 parent 17a8fc9 commit ddbed73
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 134 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ npx openapi-codegen gen api
We use tox to run our tests, which should be installed into the python venv from
our `requirements.txt`.

Invoke the tests using `tox -e test` and `tox -e lint` to run the linter.
Invoke the tests using `tox -e test`.

## Linting

Run `tox -e ruff` and `tox -e mypy` to run the linters.

## Production Setup

Expand Down
Loading

0 comments on commit ddbed73

Please sign in to comment.