TestSuite4
TestSuite4 is a framework designed to simplify development and testing of TON Contracts. It contains lightweight blockchain emulator making it easy to develop contracts in a TDD-friendly style.
For more information, visit TestSuite4's documentation.
ℹ️ Python 3.6 - 3.9
and pip
required.
Version
This command shows the currently installed and available TestSuite4 framework versions.
Install
This command installs (using pip
) TestSuite4's latest or selected version and downloads them if needed.
Update
This command updates TestSuite4 to the latest version.
Create
This command creates a TestSuite4's template of the test (TestName.py
).
Run
This command runs selected test (TestName.py
).
Last updated