Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-22 | [wip, #7267] added first test to detect denom-conflict on deposit | Özgür Kesim | |
The tests have been extended to include conflict tests, see test_exchange_api_conflicts.c The first implemented test withdraws three coins with different denominations, but using the same private key. It deposits the first coin successfully, but on deposit of the second coin it receives 409 and the correct response details. However, the test only seems to work for RSA, not CS! I've disabled test_exchange_conflicts_cs in the Makefile for now so that the builder passes. TBC... | |||
2023-10-12 | -ignore PID file | Christian Grothoff | |
2023-07-21 | [age-withdraw] started to work on tests in testing | Özgür Kesim | |
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2022-04-15 | -skeleton for p2p test | Christian Grothoff | |
2022-02-11 | -minor API clean up | Christian Grothoff | |
2022-02-11 | -add missing cfg file | Christian Grothoff | |
2022-02-04 | split tests by rsa/cs | Christian Grothoff | |
2022-02-04 | implement CS key handling and csr endpoint | Lucien Heuzeveldt | |
2022-02-04 | initial cs_secmod implementation | Gian Demarmels | |
2021-11-17 | -fix FTBFS in testing/ | Christian Grothoff | |
2021-07-30 | -update .gitignore | Christian Grothoff | |
2021-01-17 | rename taler-helper-crypto-* to taler-exchange-secmod-* | Florian Dold | |
2020-12-20 | update .gitignore | Christian Grothoff | |
2020-12-11 | add setup steps to tests | Christian Grothoff | |
2020-12-01 | start with exchange management test | Christian Grothoff | |
2020-03-28 | ignore report directories | Christian Grothoff | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |