exchange/src/testing
Christian Grothoff 9add4cf405
doxygen updates
2020-03-22 21:36:42 +01:00
..
baseline move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
test_exchange_api_keys_cherry_picking_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
test_taler_exchange_httpd_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
.gitignore move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
afl-generate.sh move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
Makefile.am adjust tests to auditor changes 2020-03-21 17:36:01 +01:00
test_auditor_api_expire_reserve_now.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_auditor_api_version.c fix regression introduced by addition of 'revoke' field 2020-03-13 19:13:36 +01:00
test_auditor_api.c fix test 2020-03-21 17:33:33 +01:00
test_auditor_api.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
test_bank_api_fakebank_twisted.conf config syntax for accounts 2020-01-19 18:48:23 +01:00
test_bank_api_fakebank.conf remove redundant METHOD option, we can derive it from PAYTO_URI 2020-01-19 19:12:47 +01:00
test_bank_api_pybank_twisted.conf remove redundant METHOD option, we can derive it from PAYTO_URI 2020-01-19 19:12:47 +01:00
test_bank_api_pybank.conf config syntax for accounts 2020-01-19 18:48:23 +01:00
test_bank_api_twisted.c enable using python bank with benchmark 2020-03-19 21:44:54 +01:00
test_bank_api.c enable using python bank with benchmark 2020-03-19 21:44:54 +01:00
test_exchange_api_expire_reserve_now.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_interpreter_on-off.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_keys_cherry_picking_extended_2.conf more careful use of TALER_JSON_get_error_code(), limit to cases where we expect to get one 2020-03-10 18:51:08 +01:00
test_exchange_api_keys_cherry_picking_extended.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_keys_cherry_picking.c make DB reset optional in API, use it in tests, but not in the benchmark 2020-03-19 17:56:23 +01:00
test_exchange_api_keys_cherry_picking.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
test_exchange_api_overlapping_keys_bug.c make DB reset optional in API, use it in tests, but not in the benchmark 2020-03-19 17:56:23 +01:00
test_exchange_api_revocation.c make recoup idempotent and simplify response 2020-03-20 14:01:59 +05:30
test_exchange_api_twisted.c big rename fest related to #6067 API renaming 2020-02-29 16:42:10 +01:00
test_exchange_api_twisted.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
test_exchange_api.c make recoup idempotent and simplify response 2020-03-20 14:01:59 +05:30
test_exchange_api.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
test_taler_exchange_aggregator.c make DB reset optional in API, use it in tests, but not in the benchmark 2020-03-19 17:56:23 +01:00
test_taler_exchange_wirewatch.c make DB reset optional in API, use it in tests, but not in the benchmark 2020-03-19 17:56:23 +01:00
test-taler-exchange-aggregator-postgres.conf use TALER_config_get_amount() consistently, require currency rounding option to exist instead of defaulting 2020-01-19 20:57:32 +01:00
test-taler-exchange-wirewatch-postgres.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
testing_api_cmd_auditor_deposit_confirmation.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_auditor_exchanges.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_auditor_exec_auditor_dbinit.c adjust tests to auditor changes 2020-03-21 17:36:01 +01:00
testing_api_cmd_auditor_exec_auditor.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_bank_admin_add_incoming.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_bank_admin_check.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_bank_check_empty.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_bank_check.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_bank_history_credit.c spelling of 'mismatch' 2020-01-20 02:11:03 +01:00
testing_api_cmd_bank_history_debit.c spelling of 'mismatch' 2020-01-20 02:11:03 +01:00
testing_api_cmd_bank_transfer.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_batch.c the big EC rename 2020-03-22 00:50:18 +01:00
testing_api_cmd_check_keys.c fix regression introduced by addition of 'revoke' field 2020-03-13 19:13:36 +01:00
testing_api_cmd_deposit.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_exec_aggregator.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_exec_auditor-sign.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_exec_closer.c add separate commands for closer/transfer steps, modify test cases to use new commands 2020-03-12 10:53:49 +01:00
testing_api_cmd_exec_keyup.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_exec_transfer.c add separate commands for closer/transfer steps, modify test cases to use new commands 2020-03-12 10:53:49 +01:00
testing_api_cmd_exec_wirewatch.c capitalization of option changed 2020-02-04 21:49:18 +01:00
testing_api_cmd_insert_deposit.c consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
testing_api_cmd_recoup.c doxygen updates 2020-03-22 21:36:42 +01:00
testing_api_cmd_refresh.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_refund.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_serialize_keys.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_signal.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_sleep.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_stat.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_cmd_status.c rename fest, make symbols better match new endpoint names 2020-02-27 23:46:53 +01:00
testing_api_cmd_track.c rename fest, make symbols better match new endpoint names 2020-02-27 23:46:53 +01:00
testing_api_cmd_twister_exec_client.c doxygen fixes 2020-02-29 17:13:43 +01:00
testing_api_cmd_wait.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_wire.c spelling of 'mismatch' 2020-01-20 02:11:03 +01:00
testing_api_cmd_withdraw.c more statistics, make explicit table lock optional, can hurt performance badly 2020-03-20 18:38:57 +01:00
testing_api_helpers_auditor.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_helpers_bank.c enable using python bank with benchmark 2020-03-19 21:44:54 +01:00
testing_api_helpers_exchange.c adjust tests to auditor changes 2020-03-21 17:37:06 +01:00
testing_api_loop.c the big EC rename 2020-03-22 00:50:18 +01:00
testing_api_trait_amount.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_blinding_key.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_cmd.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_coin_priv.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_contract.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_denom_pub.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_denom_sig.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_exchange_pub.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_exchange_sig.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_fresh_coin.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_json.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_merchant_key.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_number.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_process.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_reserve_priv.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_reserve_pub.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_string.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_time.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_wtid.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_traits.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_twister_helpers.c doxygen fixes 2020-02-29 17:13:43 +01:00