OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 322 forks source link

Add integration testing scripts #900

Open martriay opened 4 months ago

martriay commented 4 months ago

Although we currently require PRs to add some form of manual integration test, it's currently too open ended and hard to set up.

We should have some set up integration test scripts to test basic functionality, or at least provide enough scaffolding to quickly write a integration test any reviewer can then go and reproduce.