This repository hosts integration tests and associated CI infrastructure for the Zcash ecosystem. The following tests are provided:
- Functional tests in Python of
zebrad,zainod, andzallet, using regtest mode and primarily their JSON-RPC interfaces.
The functional tests and CI workflows were originally part of the zcashd
codebase, with the Python test framework (and some of the tests) inherited from
Bitcoin Core.