Module tendermint_testgen::tester[][src]

Structs

A test environment, which is essentially a wrapper around some directory, with some utility functions operating relative to that directory.

Tester allows you to easily run some test functions over a set of test files. You create a Tester instance with the reference to some specific directory, containing your test files. After a creation, you can add several types of tests there:

Enums