Contract testing guides#
The contract testing guides help you get started testing smart contracts. Here you have guides to help you set up and write integrations tests.
Note
Unit testing your contracts with the test_infrastructure
has been deprecated in favor of concordium-smart-contract-testing
.
To migrate your contracts and tests see Migrate contracts for concordium-std 8.1.
You can read the old documentation for unit testing here if you are not ready to migrate your contracts.