commit edc44da505766817c7896ff231ac046d0c7a7b06 parent 85ccf8a6add6eb0dc36a42345a7a39b442632c39 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_electrum_protocol.py | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml @@ -22,4 +22,4 @@ jobs: pip install -e . - name: Run tests run: | - python ./tests/test.py + python ./tests/test_electrum_protocol.py diff --git a/tests/test.py b/tests/test_electrum_protocol.py