Skip to content

HerodotusDev/hdp-test

Repository files navigation

HDP Test

This repository contains all the fixture support from HDP.

Fixtures

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.

Generate Fixtures with command script

setup cairo and python environment

make setup

activate virtual environment

source venv/bin/activate

generate fixtures

make generate