Skip to content

8. Tests

Miloš Živković edited this page Jul 22, 2022 · 1 revision

The go-ibft package provides extensive test support.

To run the tests, simply execute the following command from the main directory: go test ./...

The go-ibft package has 2 types of tests:

  • Unit tests - these are regular test that verify the functionality of individual components
  • Cluster tests - these are scenario tests that spin up a node cluster and verify that a certain scenario is properly handled
Clone this wiki locally