[pytest] minversion = 7.0 addopts = --cov-config=.coveragerc --verbose --junitxml=junit.xml --cov=codes --cov-report term --cov-report html --cov-report xml --ruff testpaths = codes required_plugins = pytest-randomly pytest-cov pytest-ruff pytest-repeat