-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
66b5a94 lnprototest: remove the default __enter__ __exit__ implementation (Vincenzo Palazzo) fd9bae5 lnprototest: remove info logging when it is not necessary (Vincenzo Palazzo) c7144c5 doc: adding log information in the Readme (Vincenzo Palazzo) 8ff83a9 ci: during the test in the ci increase verbosity of the tests (Vincenzo Palazzo) 363b9e5 lnprototest: adding teardown directory at the end of the tests (Vincenzo Palazzo) 4b4823c fmt: formatting code (Vincenzo Palazzo) e0cce0a lnprototest: refactroing abstract class and fixed the #14 (Vincenzo Palazzo) Pull request description: kill all the processes when the class was removed from the scope. Fixes #14 This is a refactoring PR cherry-pitched by the PR #37 but it is cleaner to introduce these changes in another PR. Signed-off-by: Vincenzo Palazzo <[email protected]> Top commit has no ACKs. Tree-SHA512: f2bd5f609caecd9a9bb3bfcd4f02fe7bd73a69a63265c5ee9fca73b7c34116ea044c84fabec0c3d009f7604e63121c0d18fa0f54d5eda19cf730130d8f55d0d1
- Loading branch information
Showing
7 changed files
with
185 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#! /bin/bash | ||
cd lnprototest | ||
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner' | ||
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner --log-cli-level=DEBUG' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.