summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_api_twisted.c
AgeCommit message (Collapse)Author
2019-12-23make exchange test suite work with current bankChristian Grothoff
2019-12-15fix double free in testChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-11rename testMarcello Stanisci
2019-09-11Unify "twisted" tests.Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-07-22fix test case clean up logic on skipChristian Grothoff
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-10minor fixesMarcello Stanisci
2019-04-07fix #includesChristian Grothoff
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-09-05fix "twisted" test-suites.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-03-22gently terminating the twister.Marcello Stanisci
2018-03-17mini testing of twister.Marcello Stanisci
Make one bank-lib test command pass through the twister.
2018-03-17fix return code.Marcello Stanisci
2018-03-17bank-lib twisted tests scaffold done.Marcello Stanisci
2018-03-17bank-lib's twisted tests scaffoldMarcello Stanisci