pytest-mock/tox.ini
2022-05-26 22:59:37 +01:00

23 lines
372 B
INI

[tox]
minversion = 3.5.3
envlist = py{37,38,39,310}, norewrite
[testenv]
passenv = USER USERNAME
deps =
coverage
pytest-asyncio
commands =
coverage run --append --source={envsitepackagesdir}/pytest_mock -m pytest tests
[testenv:norewrite]
commands =
pytest tests --assert=plain
[pytest]
addopts = -r a
asyncio_mode = auto
[flake8]
max-line-length = 88