summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_api_new.c
AgeCommit message (Collapse)Author
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-11purge old _new bank-lib testMarcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-06-08rename _new.c to just .c for testsChristian Grothoff
2019-04-11Fix history CMD loop, + make fakebank demonize.Marcello Stanisci
This latter enable us to call the "check-service" CMD against the Fakebank, instead of doing forced X seconds sleep.
2019-04-10Test /history-range after transactions happened.Marcello Stanisci
2019-04-10Time math macros.Marcello Stanisci
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.
2019-03-21Adapt "/history" tests to the new policy of 'start' defaults.Marcello Stanisci
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-08-19fix test setup invocationFlorian Dold
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-04-23address double-slash situation.Marcello Stanisci
2018-03-17bank-lib's twisted tests scaffoldMarcello Stanisci
2018-02-26Bank-lib tests, using the new (libraries-based) style.Marcello Stanisci