This repository contains all the fixture support from HDP.
This guide provides detailed instructions for running integration tests using the Makefile in the HDP project. These examples demonstrate how to process requests and integrate them with the Cairo Program. Before starting, ensure you have the variables set in your .env
file, as the scripts utilize configuration from environment variables.
setup cairo and python environment
make setup
activate virtual environment
source venv/bin/activate
generate fixtures
make generate