OpenZeppelin / cairo-contracts

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

Test utils module can't be imported #953

Closed ericnordelo closed 2 months ago

ericnordelo commented 3 months ago

We have a few test utilities under openzeppelin::tests::utils, that are documented in the docsite (some are missing #942). Currently, users can't import these modules from scarb since they are under #[cfg(test)].

Thanks @mkaput for reporting.