OpenZeppelin / cairo-contracts

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

Add integration testing scripts #900

Open martriay opened 10 months ago

martriay commented 10 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.

ggonzalez94 commented 1 month ago

Moving this back to the backlog until we have more clarity whether is worth it and what we want to do