mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 00:31:04 +01:00
lntest: Add doc.go with package documentation.
This commit is contained in:
parent
43e501feb9
commit
77d5f21b54
1 changed files with 10 additions and 0 deletions
10
lntest/doc.go
Normal file
10
lntest/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Package lntest provides testing utilities for the lnd repository.
|
||||
|
||||
This package contains infrastructure for integration tests that launch full lnd
|
||||
nodes in a controlled environment and interact with them via RPC. Using a
|
||||
NetworkHarness, a test can launch multiple lnd nodes, open channels between
|
||||
them, create defined network topologies, and anything else that is possible with
|
||||
RPC commands.
|
||||
*/
|
||||
package lntest
|
Loading…
Add table
Reference in a new issue