mirror of
https://github.com/ngrok/ngrok-api-python.git
synced 2026-05-17 16:50:36 +00:00
24 lines
494 B
INI
24 lines
494 B
INI
# Code generated for API Clients. DO NOT EDIT.
|
|
|
|
[tox]
|
|
envlist = py311
|
|
minversion = 3.23.0
|
|
#skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
# uncomment out to test against the live API
|
|
#setenv = TEST_NO_MOCK=true
|
|
# uncomment this along with uncommenting TEST_NO_MOCK
|
|
# to capture live responses from the live API to aid in creating
|
|
# mocks
|
|
#setenv = TEST_DEBUG=true
|
|
passenv = NGROK_API_KEY
|
|
deps =
|
|
pytest==7.2.1
|
|
mypy==1.0.0
|
|
types-requests==2.25.1
|
|
|
|
commands =
|
|
mypy ngrok
|
|
pytest -s
|