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

disintar/task-1-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published