URI: 
       tAdd note about test suite. - obelisk - Electrum server using libbitcoin as its backend
  HTML git clone https://git.parazyd.org/obelisk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 28f771b68b7cab7a304cc7d8adccf2e3b9254bea
   DIR parent edc44da505766817c7896ff231ac046d0c7a7b06
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 13 Apr 2021 17:13:02 +0200
       
       Add note about test suite.
       
       Diffstat:
         M README.md                           |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -66,5 +66,12 @@ Before committing code, please run `./res/format_code.py` to format
        the codebase to a certain code style. This scripts depends on `black`
        and `yapf`.
        
       +It is also recommended to run the test suite and see if anything
       +fails:
       +
       +```
       +python3 ./tests/test_electrum_protocol.py
       +```
       +
        You can chat about Obelisk on Freenode IRC, either `#electrum` or
        `#libbitcoin`.