Running Tests¶
๐ Detailed guide coming soon.
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
Quick Commands¶
# Single package
cd pyvider/
uv run pytest
# With coverage
uv run pytest --cov=src --cov-report=html
# Specific test
uv run pytest tests/test_specific.py
# Verbose
uv run pytest -v