Skip to content

[TM-320] Add a library for network testing

Ivan Gromakovskii requested to merge gromak/tm320-nettest into master

Description

  • New library for network testing.
  • Usage example for ManagedLedger.

It is only the first step, but it should already be sufficient to replace the scripts that we have in other projects. There are many improvements that we should make, see https://gitlab.com/morley-framework/morley/issues?label_name%5B%5D=nettest

It is currently based on !197 (merged)

Related issue(s)

https://issues.serokell.io/issue/TM-320

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:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Ivan Gromakovskii

Merge request reports