summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_bank.c
AgeCommit message (Collapse)Author
2023-10-05clean up taler-unified setup for new libeufin-bankChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-05-09-make content-length optional againChristian Grothoff
2023-01-15-fix compiler warning: add missing prototypeChristian 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-remove pybank remenantsChristian Grothoff
2022-08-06-merge eufin branch (manually)Christian Grothoff
2022-05-30-generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵Christian Grothoff
receiver-name in tests
2022-02-07-rename festChristian Grothoff
2021-11-07fix commentsChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for ↵Christian Grothoff
KYC implementation
2021-08-03restructure configuration, move bank account credentials from ↵Christian Grothoff
exchange-account-XXX to exchange-accountcredentials-XXX
2021-07-31-more json_pack fixesChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-10-30log more nicely if authentication failed; do use new changepassword_unsafe ↵Christian Grothoff
to set bank pw -- and not others; do show stderr output of pybank in test cases
2020-10-03fix pybank launch in testsChristian Grothoff
2020-08-29doxygen fixesChristian Grothoff
2020-07-18-fix bank start callsChristian Grothoff
2020-06-14adjust LibEuFin binary namesFlorian Dold
2020-06-13bank API test: make payto URI use receiver-name, according to standardFlorian Dold
2020-06-06place nexus/sandbox sqlite3 DBs under /tmp,MS
and fix their deletion before running the test.
2020-06-02nexus-based testsMS
more preparation
2020-06-02launching nexus AND sandboxMS
2020-06-02Nexus-based tests.MS
Prefer the 'iban' method over the 'x-taler-bank', regarding the payto:// URIs. Tests are still using the loopback bank connection, though.
2020-06-01Nexus testing.MS
Up to the point where Nexus gets launched and the Exchange user & bank connection get created. The test fails because the bank connection of type "loopback" is not implemented in the nexus yet.
2020-05-27nexus test: create the admin userMS
2020-05-27fix nexus invocationMS
2020-04-17Prepare and launch Nexus for tests.Marcello Stanisci
2020-03-28fix leakChristian Grothoff
2020-03-19enable using python bank with benchmarkChristian Grothoff
2020-03-01removing dead code, using more named constants, checking return values betterChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold