summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_twisted.c
AgeCommit message (Collapse)Author
2020-01-18do not use macros where a function does the job betterFlorian Dold
2020-01-18dce: redundant argFlorian Dold
2020-01-18remove redundant exchange_account_urlFlorian Dold
2020-01-18remove redundant bank_url fieldFlorian Dold
2020-01-17doxygenChristian Grothoff
2020-01-13refactor to make it easier to share init logic for test configurationsChristian Grothoff
2020-01-12fix test_exchange_api_twisted FTBFSChristian Grothoff
2020-01-12add separate transfer and admin/add/incoming commandsChristian Grothoff
2019-11-23fix expectationChristian Grothoff
2019-11-23use FORBIDDEN, never UNAUTHORIZEDChristian 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-06-27adapt versioned wire_response for cherry-pick testMarcello Stanisci
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-07fix #includesChristian Grothoff
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff