* fix(test): only run lightwalletd test when the ZEBRA_TEST_LIGHTWALLETD env var is set * fix(test): actually skip the test * doc(zebrad): add some test TODOs * doc(test): document zebrad-specific process launch methods * refactor(zebrad): split lightwalletd launch into its own testing methods * fix(zebrad/test): simplify file writing Co-authored-by: Janito Vaqueiro Ferreira Filho <janito.vff@gmail.com> * refactor(zebrad/test): rename argument variables Co-authored-by: Janito Vaqueiro Ferreira Filho <janito.vff@gmail.com> * lint(zebrad/tests): remove unused import * fix(zebrad/test): restore SocketAddr import that was removed on main * rustfmt * fix(zebrad/test): update integration test to match adityapk00/lightwalletd behaviour * rustfmt Co-authored-by: Janito Vaqueiro Ferreira Filho <janito.vff@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| proptest-regressions/components/mempool/storage/tests | ||
| src | ||
| systemd | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: