summaryrefslogtreecommitdiff
path: root/talerbank/app/tests.py
AgeCommit message (Expand)Author
2017-12-05shortening testcase where possibleMarcello Stanisci
2017-12-05linting done with viewsMarcello Stanisci
2017-12-05done linting talerconfigMarcello 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-22fix /history testcaseMarcello Stanisci
2017-11-22lintingMarcello Stanisci
2017-11-18check status code after wire transferMarcello Stanisci
2017-11-18check money was actually transferred via testcaseMarcello Stanisci
2017-11-15check withdrawing POSTs the expected data to exchangeMarcello Stanisci
2017-11-15withdraw testcase -- missing exchange interaction mockingMarcello Stanisci
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
2017-11-03lintingMarcello Stanisci
2017-10-31porting the bank to use the new Amount objectMarcello Stanisci
2017-07-13Testing against bad db string in configMarcello Stanisci
2017-07-12Unifying all tests in one file.Marcello Stanisci
2017-05-29addressing #5013Marcello Stanisci
2017-05-15adapt amounts' format to the standard Taler format.Marcello Stanisci
2017-05-15fix fields in history to pacify the exchange's bank-libMarcello Stanisci
2017-05-10fix /history test, as moving admin test into the other tests fileMarcello Stanisci
2017-05-10fix +n for 'delta'Marcello Stanisci
2017-05-10remove dedicated testcase for admin interfaceMarcello Stanisci
2017-05-10remove comments leftoversMarcello Stanisci
2017-05-09fix default passwords for exchange's testing purposesMarcello Stanisci
2017-05-07simplifying errors handling when authenticatingMarcello Stanisci
2017-05-07querying non existent / non owned accountsMarcello Stanisci
2017-05-07testing empty responses from /historyMarcello Stanisci
2017-05-07fix ascending order in query setMarcello Stanisci
2017-05-06additional fixes as of the 'start' /history's argument.Marcello Stanisci
2017-05-06test non existent future /history recordMarcello Stanisci
2017-05-06test latest /history record returnedMarcello Stanisci
2017-05-06fix query of non-existent future /history elementMarcello Stanisci
2017-05-06add dummy transactions in testMarcello Stanisci
2017-05-05fix query string composition + related testsMarcello Stanisci
2017-05-05getting http headers the working wayMarcello Stanisci
2017-05-05towards /history refactoringMarcello Stanisci
2017-05-05moving auth credentials in the HTTP headersMarcello Stanisci
2017-05-03fix JsonResponse invocationMarcello Stanisci
2017-05-03implementing 'direction' in /historyMarcello Stanisci
2017-05-03moving "direction" parameter inside POSTedMarcello Stanisci
2017-05-03implementing auth type basicMarcello Stanisci
2017-03-30extract and json-format /history outcomeMarcello Stanisci
2017-03-30defining json schema for /history requestsMarcello Stanisci
2017-03-22Getting rid of the sign in front of amount's "value" field,Marcello Stanisci
2017-02-02Splitting testscases according to normal and admin instance.Marcello Stanisci