doc.go 413 B

1234567891011
  1. /*
  2. Package lntest provides testing utilities for the lnd repository.
  3. This package contains infrastructure for integration tests that launch full lnd
  4. nodes in a controlled environment and interact with them via RPC. Using a
  5. NetworkHarness, a test can launch multiple lnd nodes, open channels between
  6. them, create defined network topologies, and anything else that is possible with
  7. RPC commands.
  8. */
  9. package lntest