pytest-mock
Package — TestingPython 3.7+Intermediate
Thin wrapper around unittest.mock for pytest
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pytest
- Install
pip install pytest-mock
Learn by Difficulty
Quick Example
python
# Install: pip install pytest-mock import pytest_mock # Basic pytest-mock usage print(f"Using pytest-mock") # See documentation for detailed examples
pytest-mock is a third-party package. Thin wrapper around unittest.mock for pytest. Install with: pip install pytest-mock
Try in PlaygroundTags
packagetestingquality-assurance