We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c82d0c commit 14005abCopy full SHA for 14005ab
README.md
@@ -59,7 +59,10 @@ fail (because of the initial situation, not a real failure)
59
condition is still possible, for this reason the process is tried to be spawn 3 times with different
60
ports.
61
* The process is killed when the struct goes out of scope no matter how the test finishes
62
- * Allows easy spawning of dependent process like [electrs](https://github.com/RCasatta/electrsd)
+ * Allows easy spawning of dependent processes like:
63
+ - [electrs](https://github.com/RCasatta/electrsd)
64
+ - [cln](https://github.com/RCasatta/lightningd)
65
+ - [elements](https://github.com/RCasatta/elementsd)
66
67
Thanks to these features every `#[test]` could easily run isolated with its own environment.
68
0 commit comments