summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_bank_lib.h
AgeCommit message (Collapse)Author
2019-12-23make exchange test suite work with current bankChristian Grothoff
2019-12-15purge history-range API, no longer needed (#5993)Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix compiler warningsChristian Grothoff
2019-09-15fix memory leaks in test caseChristian Grothoff
2019-09-11fix bank-lib test.Marcello Stanisci
2019-09-09Importing the "has_in_name" logic from MHD.Marcello Stanisci
2019-09-09Provide method to launch Fakebank withOUT running tests.Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-04-10minor fixesMarcello Stanisci
2019-04-10Make the API-agnostic iterator work.Marcello Stanisci
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run.
2018-12-14/history API semantics extended.Marcello Stanisci
That API has now a new 'ordering' flag that lets the client choose what ordering the results should have: ascending or descending. In particular, this change adapted the fakebank and tests logic to such introduction.
2018-12-13Adapt test to bank returning descending /history elements.Marcello Stanisci
2018-05-29Commenting the bank-lib "testing" header file.Marcello Stanisci
2018-05-04Tests flexibility.Marcello Stanisci
It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI.
2018-02-26Bank-lib tests, using the new (libraries-based) style.Marcello Stanisci