A repo that demonstrates how to use the fakeredis for testing.
-
Create a virtual environment
python3 -m venv .venv
-
Activate the virtual environment
source .venv/bin/activate
-
Install libraries
pip install -r requirements.txt
-
Run the tests
pytest