aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* work on pending transactions test.alpaylan2021-04-161-1/+1
|
* work on post auth transaction 201 testalpaylan2021-04-161-4/+4
|
* Merge remote-tracking branch 'origin/main'Yigit Sever2021-04-161-28/+62
|\
| * work on post auth transaction 201 testalpaylan2021-04-161-28/+62
| |
* | Writing auth testYigit Sever2021-04-161-1/+18
|/
* Fix deadlockYigit Sever2021-04-161-28/+28
|
* Still at block testYigit Sever2021-04-161-13/+42
|
* Chipping away at block testYigit Sever2021-04-161-18/+22
|
* Add correct /register test stubYigit Sever2021-04-161-32/+36
|
* 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-142-11/+21
|
* Fix post transaction testYigit Sever2021-04-141-1/+1
|
* fix the serde if tests.alpaylan2021-04-141-7/+19
|
* delete unnecessary imports.alpaylan2021-04-141-2/+1
|
* finished auth request testing.alpaylan2021-04-141-1/+24
|
* finished metu id testing.alpaylan2021-04-141-0/+14
|
* finished user testing.alpaylan2021-04-141-0/+30
|
* finished naked block testing.alpaylan2021-04-141-6/+37
|
* finished block testingalpaylan2021-04-141-0/+34
|
* finished claim testing.alpaylan2021-04-141-0/+35
|
* finished claim testing.alpaylan2021-04-141-1/+8
|
* start testing schemaalpaylan2021-04-141-1/+21
|
* test functions are generated.alpaylan2021-04-141-0/+97
|
* 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