瀏覽代碼

Updated notes on testing

Charlie Root 7 年之前
父節點
當前提交
d75695de6c
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      FROM.txt

+ 9 - 0
FROM.txt

@@ -24,3 +24,12 @@ import sql_todo
 
 sql_todo.db.create_all()
 
+
+Testing sql_todo:
+curl 127.0.0.1:11022/todos
+curl 127.0.0.1:11022/todos/1
+curl 127.0.0.1:11022/todos/test -d "task=Further testing of delete path" -X PUT -v
+curl 127.0.0.1:11022/todos/3 -X DELETE -v
+
+
+