aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.rs
diff options
context:
space:
mode:
authorYigit Sever2021-04-09 17:15:33 +0300
committerYigit Sever2021-04-09 17:15:33 +0300
commit809078e8e576f1db4e75347e701f2cd062fc8eb5 (patch)
treea9f3dfb59af7b19055c50896c3e0bd6135871ecc /src/routes.rs
parent8d5323725ca2b73184495446745289e4a26a74b6 (diff)
downloadgradecoin-809078e8e576f1db4e75347e701f2cd062fc8eb5.tar.gz
gradecoin-809078e8e576f1db4e75347e701f2cd062fc8eb5.tar.bz2
gradecoin-809078e8e576f1db4e75347e701f2cd062fc8eb5.zip
Add test TODO items to routes
Diffstat (limited to 'src/routes.rs')
-rw-r--r--src/routes.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes.rs b/src/routes.rs
index 1ab6eff..95138e6 100644
--- a/src/routes.rs
+++ b/src/routes.rs
@@ -194,3 +194,7 @@ mod tests {
194 assert_eq!(res.status(), StatusCode::PAYLOAD_TOO_LARGE); 194 assert_eq!(res.status(), StatusCode::PAYLOAD_TOO_LARGE);
195 } 195 }
196} 196}
197
198// TODO: POST block test <09-04-21, yigit> //
199// TODO: POST block without correct transactions test <09-04-21, yigit> //
200// TODO: POST transaction while that source has pending transaction test <09-04-21, yigit> //