소스 검색

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
+
+
+