tRename testfile to test_electrum_protocol. - 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 edc44da505766817c7896ff231ac046d0c7a7b06 DIR parent 85ccf8a6add6eb0dc36a42345a7a39b442632c39 HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 13 Apr 2021 17:11:22 +0200 Rename testfile to test_electrum_protocol. Diffstat: M .github/workflows/py.yaml | 2 +- R tests/test.py -> tests/test_electr… | 0 2 files changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml t@@ -22,4 +22,4 @@ jobs: pip install -e . - name: Run tests run: | - python ./tests/test.py + python ./tests/test_electrum_protocol.py DIR diff --git a/tests/test.py b/tests/test_electrum_protocol.py