No description
  • Cairo 50.5%
  • Rust 25.1%
  • Shell 16.3%
  • Python 5.1%
  • Dockerfile 1.7%
  • Other 1.3%
Find a file
2024-12-06 17:09:48 +01:00
build Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
contracts chore: generate missing fixture 2024-12-06 17:09:48 +01:00
fixtures chore: generate missing fixture 2024-12-06 17:09:48 +01:00
packages Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
requests Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
scripts Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
src Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
.env.example Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
.gitignore Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
.tool-versions Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
batch.json chore: generate missing fixture 2024-12-06 17:09:48 +01:00
build.rs Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
Cargo.toml Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
commands.json chore: generate missing fixture 2024-12-06 17:09:48 +01:00
docker-compose.yml Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
key.json chore: generate missing fixture 2024-12-06 17:09:48 +01:00
LICENCE Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
Makefile Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
Makefile.toml Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
README.md Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
requirements.txt Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
run_commands.sh Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00
test.dockerfile Initial empty commit on dev branch 2024-11-29 17:16:04 +09:00

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