Skip to content

[TBTC-3] Testing scenarios and automatic network tests

Roman Melnikov requested to merge rvem/tbtc3-testing-scenarios into master

Description

We want to be able to perform automatic testing on the real network for our contracts. In order to achieve this scripts templates for deploying and testing were added. Also added logic for test scenarios for contracts written in Lorentz. So it is easy to write such scenarios, convert it to the raw Michelson representation and use in testing scripts.

Related issue(s)

https://issues.serokell.io/issue/TBTC-3

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports