Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2023-05-09 | -make content-length optional again | Christian Grothoff | |
2023-01-15 | -fix compiler warning: add missing prototype | Christian Grothoff | |
2023-01-13 | libeufin-based bank API test | MS | |
Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file. | |||
2023-01-11 | -remove pybank remenants | Christian 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 fest | Christian Grothoff | |
2021-11-07 | fix comments | Christian Grothoff | |
2021-10-13 | -modify C API to future-proof it for returning more details as required for ↵ | Christian Grothoff | |
KYC implementation | |||
2021-08-03 | restructure configuration, move bank account credentials from ↵ | Christian Grothoff | |
exchange-account-XXX to exchange-accountcredentials-XXX | |||
2021-07-31 | -more json_pack fixes | Christian Grothoff | |
2020-12-20 | do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply | Christian Grothoff | |
2020-10-30 | log 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-03 | fix pybank launch in tests | Christian Grothoff | |
2020-08-29 | doxygen fixes | Christian Grothoff | |
2020-07-18 | -fix bank start calls | Christian Grothoff | |
2020-06-14 | adjust LibEuFin binary names | Florian Dold | |
2020-06-13 | bank API test: make payto URI use receiver-name, according to standard | Florian Dold | |
2020-06-06 | place nexus/sandbox sqlite3 DBs under /tmp, | MS | |
and fix their deletion before running the test. | |||
2020-06-02 | nexus-based tests | MS | |
more preparation | |||
2020-06-02 | launching nexus AND sandbox | MS | |
2020-06-02 | Nexus-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-01 | Nexus 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-27 | nexus test: create the admin user | MS | |
2020-05-27 | fix nexus invocation | MS | |
2020-04-17 | Prepare and launch Nexus for tests. | Marcello Stanisci | |
2020-03-28 | fix leak | Christian Grothoff | |
2020-03-19 | enable using python bank with benchmark | Christian Grothoff | |
2020-03-01 | removing dead code, using more named constants, checking return values better | Christian Grothoff | |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | Christian Grothoff | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |