This repo is part of a Medium post where I discuss how to use Pact as platform to add CDC testing to your projects.
- Create venv and install requirements
python3 -m venv venv
pip install -r requirements.txt
- Ensure the Pact broker is running and up
cd consumer
./run_pytest.sh
cd provider
./run_pytest.sh