Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change mocked db. | alpaylan | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | Transactions return as dict | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | embed user passwds to the code structs. | alpaylan | 2021-04-14 | 1 | -1/+3 |
| | |||||
* | Fix post transaction test | Yigit Sever | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Add new test | Yigit Sever | 2021-04-14 | 1 | -0/+27 |
| | |||||
* | Revise tests | Yigit Sever | 2021-04-14 | 1 | -87/+62 |
| | |||||
* | Require authorization for Block POST | Yigit Sever | 2021-04-13 | 1 | -1/+2 |
| | | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test | ||||
* | Housekeeping | Yigit Sever | 2021-04-13 | 1 | -0/+371 |
Moved tests out of routes.rs into their own file Learned how to use lib.rs, now we have cargo doc support as well |