This repo contains the sample code for the article - Common Mocking Problems & How To Avoid Them (+ Best Practices)
- Python (3.12)
Create a virtual environment and install the dependencies using
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To run the Unit Tests, from the root of the repo run
pytest
If you have any questions about the project please raise an Issue on GitHub.