summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
AgeCommit message (Collapse)Author
2020-01-18payback -> recoup stranglersChristian Grothoff
2020-01-18doxygen fixes, remove redundant parametersFlorian Dold
2020-01-18doxygen fixes / redundant parameter eliminationFlorian Dold
2020-01-18make parameter constFlorian Dold
2020-01-18doxygenChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-18libraries were folded, fold headers as wellChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-18doxygen workChristian Grothoff
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.