Spawns a test world registering provided resources into namespaces. This function only deploys the world and registers the resources, it does not initialize the contracts or any permissions….
Definition of a contract to register in the world. You can use this struct for a dojo contract, but also for an external contract. The only difference is the init_calldata…
In Cairo test runner, all the classes are expected to be declared already. If a contract belong to an other crate, it must be added to the build-external-contract ,…