summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
AgeCommit message (Collapse)Author
2020-01-18dce: redundant argFlorian Dold
2020-01-18remove redundant argFlorian Dold
2020-01-18remove redundant exchange_account_urlFlorian Dold
2020-01-18remove redundant bank_url fieldFlorian Dold
2020-01-18small steps towards removing hard-coded exchange accountFlorian Dold
2020-01-17doxygen fixesChristian Grothoff
2020-01-17doxy fixChristian Grothoff
2020-01-17point out duplication, fix hard-coded '2'Christian Grothoff
2020-01-17sort out URL types more nicelyChristian Grothoff
2020-01-17fix FIXME: clarify field semanticsChristian Grothoff
2020-01-17resolve another FIXMEChristian Grothoff
2020-01-17resolvedChristian Grothoff
2020-01-17use properly typed merchant pub/priv key in traitChristian Grothoff
2020-01-17payto fixesFlorian Dold
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2020-01-16Finishing CMD to insert denomination and deposit into database.Marcello Stanisci
2020-01-16more comments and CMD stateMarcello Stanisci
2020-01-16insert-deposit CMD, skeleton.Marcello Stanisci
2020-01-15clean up history building/checking logic a bitChristian Grothoff
2020-01-15add another interpreter command to check incoming wire transfersChristian Grothoff
2020-01-15fix payto URI conversionChristian Grothoff
2020-01-15clean up payto credit/debit distincitionChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian Grothoff
2020-01-13die, dead #include, dieChristian Grothoff
2020-01-13refactor to make it easier to share init logic for test configurationsChristian Grothoff
2020-01-12clean up string traits"Christian Grothoff
2020-01-12split of check_empty logicChristian Grothoff
2020-01-12add separate transfer and admin/add/incoming commandsChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet
2019-11-29style fixesChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-07-23modify /payback API and test usage of that API to pass/return additional ↵Christian Grothoff
information required when dealing with payback of refreshed coins
2019-07-21expose blinding key in refresh-reveal API in preparation for #5777Christian Grothoff
2019-07-19rename fresh coin to have TALER_TESTING_-prefixChristian Grothoff
2019-07-15towards #5777, adding todos/notesChristian Grothoff
2019-07-15fix use of index in testing_api_cmd_refresh.cChristian Grothoff
2019-04-10Fixing twisted tests.Marcello Stanisci
It has been observed that when a "twisted" test has "very little" commands in the stack, it uses to fail since the proxied service cannot be reached. This commit puts some delay before the first command gets run by the test interpreter; both in the form of a "blind" sleep, and with a more structured 'wget' loop.
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2019-04-04Inserting "now" argument into "/keys".Marcello Stanisci
Also using this new logic from the cherry-pick test case.
2019-04-03Faking the time.Marcello Stanisci
Cherry-pick tests now uses the now-faked version of taler-exchange-keyup. Fails.
2019-01-25Revert explicit AUDITOR_connect at tests.Marcello Stanisci
2019-01-24Auditor tests.Marcello Stanisci
Fix double connection.
2019-01-21Export testing-cert_cb in the API.Marcello Stanisci
This way, this very basic cert_cb can be reused by other testing commands.
2019-01-17/keys API.Marcello Stanisci
Adding method to override the last_denom value for a key set.
2019-01-16Extend tests.Marcello Stanisci
Give a way to force redownload (= no cherry picking) all /keys.
2019-01-09Send SIGUSR1 for new keys reloading.Marcello Stanisci
2018-12-21Export new APIMarcello Stanisci
2018-12-21Provide test API for keys serialization.Marcello Stanisci