Building and Testing the Modules
Testing the Modules
Artinals includes a suite of tests to verify the correctness and security of the modules. Run the test suite with:
This command:
Executes all defined unit tests.
Reports any failures along with stack traces and hints.
Helps validate that the current code changes have not broken existing functionality.
A successful test run should end with a summary indicating that all tests passed. If tests fail, review the error messages, fix the issues in the code or tests, and rerun until they all pass.
Once building and testing succeeds, you are ready to explore the modules in detail. In the next sections, you’ll learn how to use the ART20, SALE, and TRADE modules to create, manage, and trade NFTs on the Sui blockchain.
Last updated