Skip to content

XaBbl4/func-contest1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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

Smart Challenge 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%