Testing with Pytest

Installation
SKILL.md

Testing with Pytest

Quick Start

# pytest.ini
[pytest]
testpaths = tests
python_files = test_*.py
addopts = -v --strict-markers --cov=src --cov-report=term-missing --cov-fail-under=80
markers =
    slow: marks tests as slow
    integration: marks tests as integration tests
asyncio_mode = auto
Installs
GitHub Stars
4
First Seen
Testing with Pytest — doanchienthangdev/omgkit