summaryrefslogtreecommitdiff
path: root/src/testing/.gitignore
AgeCommit 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 fileChristian Grothoff
2023-07-21[age-withdraw] started to work on tests in testingÖzgür Kesim
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2022-04-15-skeleton for p2p testChristian Grothoff
2022-02-11-minor API clean upChristian Grothoff
2022-02-11-add missing cfg fileChristian Grothoff
2022-02-04split tests by rsa/csChristian Grothoff
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2022-02-04initial cs_secmod implementationGian Demarmels
2021-11-17-fix FTBFS in testing/Christian Grothoff
2021-07-30-update .gitignoreChristian Grothoff
2021-01-17rename taler-helper-crypto-* to taler-exchange-secmod-*Florian Dold
2020-12-20update .gitignoreChristian Grothoff
2020-12-11add setup steps to testsChristian Grothoff
2020-12-01start with exchange management testChristian Grothoff
2020-03-28ignore report directoriesChristian Grothoff
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold