Instructions:
- Clone this repository:
git clone https://github.com/fn-marc-clinedinst/cq_aft.git - Create a Python virtual environment:
python3 -m venv venv - Activate the Python virtual environment:
source venv/bin/activate - Spin up docker containers:
docker-compose up -d - Run tests:
pytest