aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_helpers.c
AgeCommit message (Collapse)Author
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-10-04properly separate external/internal APIsFlorian Dold
2018-06-11Authentication>AuthorizationMarcello Stanisci
2018-06-11space neededMarcello Stanisci
2018-06-11wget needs ApiKey header.Marcello Stanisci
2018-05-04Explicit merchant URL.Marcello Stanisci
Merchant launcher for tests now takes the merchant URL among its parameters. This gives more flexibility, as it is now possible to run a merchant which listens on unix sockets.
2018-05-04Reverting last change.Marcello Stanisci
Unpractical because the codebases involved are *two*: merchant and exchange, and it is just not practical to recompile the exchange every time we need to generate payments.
2018-05-03conditions in test code.Marcello Stanisci
It is now possible to use a custom config file and purge the test database only if certains symbols are defined. This is needed for the upcoming payment generator, as it should never purge the database it works on, and supposedly always use the ~/.config/taler.conf default database.
2018-05-03remove hard-coded config fileMarcello Stanisci
2018-04-15fix more of config files, fix testing_api_helpers logic to deal with ↵Christian Grothoff
merchant ports that are not 8082
2018-03-17Double twister instance plus first coverage effortMarcello Stanisci
The twisted tests now use two twister processes: one to proxy the exchange, the other to proxy the merchant. Additionally, it is now tested the reaction of /history lib to a unexpected HTTP response code returned by the merchant.
2018-02-21Implementing new style test instructions.Marcello Stanisci