Sam Kleinman cb39e2f917 | 3 years ago | |
---|---|---|
.. | ||
app | 3 years ago | |
docker | 3 years ago | |
e2e | 3 years ago | |
fuzz | 3 years ago | |
Makefile | 4 years ago | |
README.md | 3 years ago | |
test_cover.sh | 3 years ago |
The unit tests (ie. the go test
s) can be run with make test
.
The integration tests can be run with make test_integrations
.
Running the integrations test will build a docker container with local version of tendermint and run the following tests in docker containers:
Fuzzing of various system inputs.
See ./fuzz/README.md
for more details.