summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api.c
AgeCommit message (Collapse)Author
2023-11-10add admin credentials for /admin/add/incoming, makes tests pass with latest ↵Christian Grothoff
libeufin-bank
2023-10-12clean up bank API, get test_bank_api_with_nexus to finally passChristian Grothoff
2023-10-07-space needed, for nowChristian Grothoff
2023-10-05clean up taler-unified setup for new libeufin-bankChristian Grothoff
2023-07-10fix memory leaks reported by valgrindÖzgür Kesim
2023-06-12test_bank_api_with_nexusMS
Fixing the wiring of accounts in the test preparation. In particular, the name and IBAN of one debited account (along the /admin/add-incoming) was wrongly registered at Sandbox.
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-04-25add nexus-fetch-transactionsChristian Grothoff
2023-01-13libeufin-based bank API testMS
Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file.
2023-01-11-DCEChristian Grothoff
2023-01-11-remove pybank remenantsChristian Grothoff
2022-11-01-reduce loglevelChristian Grothoff
2022-08-06-merge eufin branch (manually)Christian Grothoff
2021-11-19-fix leaks and compiler warningsChristian Grothoff
2021-08-03restructure configuration, move bank account credentials from ↵Christian Grothoff
exchange-account-XXX to exchange-accountcredentials-XXX
2021-05-25add HTTP status argument to testin gCMD admin_add_incoming_with_ref for ↵Christian Grothoff
merchant tests
2021-05-20implement duplicate reserve_pub detection in fakebank, add test (fails in ↵Christian Grothoff
pybank), for #6863
2020-12-25fix test failuresChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-08-10indentation and logging fixesChristian Grothoff
2020-07-24placing a FixmeMS
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-06-08nexus-exchange test.MS
give time to payments to settle, before requesting /history/incoming and /history/outgoing.
2020-06-02launching nexus AND sandboxMS
2020-06-01nexus preparationMS
2020-04-17fix nexus-test return codeMarcello Stanisci
Returning zero, so as not to block the 'make check' experience. This is useful to check whether nexus-related changes broke tests in a different place.
2020-04-17Prepare and launch Nexus for tests.Marcello Stanisci
2020-03-19enable using python bank with benchmarkChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19config syntax for accountsFlorian Dold
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold