From bc0c8a341ed33ae827d2ad0d96ee0c0f6e9411ba Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 18 Oct 2024 10:16:32 +0000 Subject: [PATCH] modified: Test-Suite.md --- Test-Suite.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test-Suite.md b/Test-Suite.md index 343b928..d55934c 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -219,7 +219,8 @@ display the commands’ output on the screen as they’re being run. | `test/cmdtest.py` | overall operation of MMGen Wallet commands | | `test/tooltest.py` | the `mmgen-tool` utility - overall operation | | `test/tooltest2.py` | the `mmgen-tool` utility - data validity | -| `test/unit_tests.py` | low-level subsystems | +| `test/modtest.py` | low-level subsystems (unit tests) | +| `test/daemontest.py` | low-level subsystems requiring daemons | [sd]: Install-Bitcoind-from-Source-on-Linux [bd]: Install-Bitcoind