disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
158 stars 35 forks source link

Selective tests run added. #88

Closed Trinketer22 closed 1 year ago

Trinketer22 commented 1 year ago

There are several ways to specify tests we want to run: 1) run_tests test_my_test_name ... 2) ommit test just run_tests my_testname (- and ) are default delimiteres between test and actual test name. Otherwise specify manually. __test-_name or whatever in such fashion will work. 3) Use astrisk mask test_bunch_oftests. Can handle as many astrisk as you wish. 4) Combine all of the above in one line run_tests __test_some_test some_other and_some*more