Skip to content

Commit

Permalink
itest: break down utxo selection funding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 8, 2024
1 parent a37edb3 commit 1245f6f
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 123 deletions.
5 changes: 1 addition & 4 deletions itest/list_on_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ var allTestCases = []*lntest.TestCase{
Name: "custom features",
TestFunc: testCustomFeatures,
},
{
Name: "utxo selection funding",
TestFunc: testChannelUtxoSelection,
},
{
Name: "update pending open channels",
TestFunc: testUpdateOnPendingOpenChannels,
Expand Down Expand Up @@ -676,6 +672,7 @@ func init() {
allTestCases = append(allTestCases, psbtFundingTestCases...)
allTestCases = append(allTestCases, remoteSignerTestCases...)
allTestCases = append(allTestCases, channelRestoreTestCases...)
allTestCases = append(allTestCases, fundUtxoSelectionTestCases...)

if isWindowsOS() {
fmt.Println(len(allTestCases), "test cases")

Check failure on line 678 in itest/list_on_test.go

View workflow job for this annotation

GitHub Actions / lint code

use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Expand Down
Loading

0 comments on commit 1245f6f

Please sign in to comment.