diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-13 00:41:53 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-13 00:41:53 +0530 |
commit | db65f0a20669a81cb7db4425d7d044b8ff49952a (patch) | |
tree | 280ebbc25fdc3aed12ae3ebbecb692c1b0e39093 /tests/test_payments.py | |
parent | e9ed3b18672af919efa12364b97fd2b7efe21cd9 (diff) |
remove old tests, superseded by the JS-based harness
Diffstat (limited to 'tests/test_payments.py')
-rw-r--r-- | tests/test_payments.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_payments.py b/tests/test_payments.py deleted file mode 100644 index 20cec9295..000000000 --- a/tests/test_payments.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -from tests import print_json - - -def test_payments(exchange, bank, merchant, wallet): - merchant.create_instance() - pay_uri = merchant.gen_pay_uri("TESTKUDOS:2") - - # TODO fix - result = wallet.cmd("preparePay", {"talerPayUri": pay_uri}) - print_json(result) |