mirror of
https://github.com/HerodotusDev/hdp-test.git
synced 2026-05-22 13:16:17 +00:00
No description
- Cairo 50.5%
- Rust 25.1%
- Shell 16.3%
- Python 5.1%
- Dockerfile 1.7%
- Other 1.3%
| build | ||
| contracts | ||
| fixtures | ||
| packages | ||
| requests | ||
| scripts | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| .tool-versions | ||
| batch.json | ||
| build.rs | ||
| Cargo.toml | ||
| commands.json | ||
| docker-compose.yml | ||
| key.json | ||
| LICENCE | ||
| Makefile | ||
| Makefile.toml | ||
| README.md | ||
| requirements.txt | ||
| run_commands.sh | ||
| test.dockerfile | ||
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