Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 711 Bytes

Example of tests usage on first contest task

Usage

Install toncli and TON binaries, then run:

toncli run_tests

Project structure

.
├── build
│   ├── contract.fif - auto build of func/code.fc
│   └──contract_tests.fif - auto build of tests/example.fc
├── func
│   └── code.fc - code of first contest task
├── project.yaml - project structure for toncli
├── README.md
└── tests
    └── example.fc - tests code

P.S. If you really interest in how tests works - check out here