summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-05pacifying PEP checkersMarcello Stanisci
2017-12-05remove initial checks. They pollute tests, and the way theMarcello Stanisci
bank is launched makes sure they always pass. Moreover, they check for obvious conditions like: is a 'Bank' user present? Is a database accessible? NOTE: Django does not let one disable checks for tests, but only *silence* them, which is still wasteful.
2017-12-05linting models. WARNING/NOTE: tests passed but this changeMarcello Stanisci
altered - although did NOT break - the recommended way to use the model API.
2017-12-05default log level = warningMarcello Stanisci
2017-12-05linting done with viewsMarcello Stanisci
2017-12-05done linting talerconfigMarcello Stanisci
2017-12-05remove fixmeMarcello Stanisci
2017-12-04lintingMarcello Stanisci
2017-12-04provide __str__ to custom exceptionsMarcello Stanisci
2017-12-04port to django2Marcello Stanisci
2017-12-01measuring time to query a user's historyMarcello Stanisci
2017-11-30HTML5-friendly input tagsMarcello Stanisci
2017-11-29documenting SUGGESTED_EXCHANGEMarcello Stanisci
2017-11-29note about how JS-free the bank isMarcello Stanisci
2017-11-29no js in placeMarcello Stanisci
2017-11-29exception objects stringificationMarcello Stanisci
2017-11-29fix #5184Marcello Stanisci
2017-11-23args list was indeed needed; not detected by testcases.Marcello Stanisci
2017-11-22fix string newlineMarcello Stanisci
2017-11-22raw string regexMarcello Stanisci
2017-11-22linting the settingsMarcello Stanisci
2017-11-22fix /history testcaseMarcello Stanisci
2017-11-22linting talerconfigMarcello Stanisci
2017-11-22linting talerconfigMarcello Stanisci
2017-11-22lintingMarcello Stanisci
2017-11-22readmeMarcello Stanisci
2017-11-20destroy test db by defaultMarcello Stanisci
2017-11-20'Warning' object used in checks MUST come from django.Marcello Stanisci
2017-11-20migrationMarcello Stanisci
2017-11-20fix Warning arg listMarcello Stanisci
2017-11-18check status code after wire transferMarcello Stanisci
2017-11-18check money was actually transferred via testcaseMarcello Stanisci
2017-11-16+details about wire transfer errorsMarcello Stanisci
2017-11-16enforcing minimum amount to transferMarcello Stanisci
2017-11-16tolerating non fractional amounts givenMarcello Stanisci
2017-11-16show informational bar about wire transfer outcomeMarcello Stanisci
2017-11-16instantiate and show the wire transfer formMarcello Stanisci
2017-11-15fetch nested valueMarcello Stanisci
2017-11-15fix default debt stringMarcello Stanisci
2017-11-15check withdrawing POSTs the expected data to exchangeMarcello Stanisci
2017-11-15withdraw testcase -- missing exchange interaction mockingMarcello Stanisci
2017-11-11document extra steps I had to takeChristian Grothoff
2017-11-09test /pin/questionMarcello Stanisci
2017-11-08make /history test more compactMarcello Stanisci
2017-11-08instantiate objects directly into the args listMarcello Stanisci
2017-11-08grouping similar calls into loopMarcello Stanisci
2017-11-08checking withdraw session via json validationMarcello Stanisci
and moving all the exception handlers for wire_transfer() into one decorator.
2017-11-07validate /add/incoming body via validictory.Marcello Stanisci
2017-11-06use auth_and_login as decoratorMarcello Stanisci
2017-11-06fix exception return valueMarcello Stanisci