Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
# pyproject.toml test configuration [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" addopts = "--cov=src --cov-report=term-missing --cov-fail-under=80" # GitHub Actions - run: pytest --tb=short -q
Result
Open