summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_bank_lib.h
AgeCommit message (Collapse)Author
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