Skip to content
Quality and formattingPython Tooling

pytest

Execute automated tests with fixtures and coverage.

Command
pytest

Example usage

Run test suites with optional flags for early exit and quiet output.

pytest
pytest --maxfail=1 --disable-warnings -q

Related tags

Quality and formattingpythonvenvpip