Testing
Last updated
Was this helpful?
Last updated
Was this helpful?
The smart contract tests can be accessed at . These tests are categorized into two types: Typescript tests utilizing , and Solidity tests leveraging .
Our team continuously updates, adds, and reviews these tests. Anyone is welcome to try them independently. To do so, clone the project, install the necessary dependencies, and execute the command yarn test
.
In addition, Exactly employs as another tool for smart contract testing. Fuzzing is an essential testing method, as it can reveal edge cases that are difficult to identify through manual unit testing. The fuzz tests for Exactly Protocol can be found in the file, which also serves as the protocol's specifications.
Exactly's project is integrated with the , allowing users to view real-time code coverage by visiting .