Quellcode durchsuchen

Updated notes on testing

Charlie Root vor 7 Jahren
Ursprung
Commit
d75695de6c
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  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
+
+
+