Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 790 Bytes

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