summaryrefslogtreecommitdiffstats
path: root/tests/route_tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* change mocked db.alpaylan2021-04-161-1/+1
|
* Transactions return as dictYigit Sever2021-04-141-1/+1
|
* embed user passwds to the code structs.alpaylan2021-04-141-1/+3
|
* Fix post transaction testYigit Sever2021-04-141-1/+1
|
* Add new testYigit Sever2021-04-141-0/+27
|
* Revise testsYigit Sever2021-04-141-87/+62
|
* Require authorization for Block POSTYigit Sever2021-04-131-1/+2
| | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test
* HousekeepingYigit Sever2021-04-131-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