diff options
Diffstat (limited to 'tests/requests.txt')
-rw-r--r-- | tests/requests.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/requests.txt b/tests/requests.txt deleted file mode 100644 index 7e2ca5c..0000000 --- a/tests/requests.txt +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | http POST :7878/user/login username=akshay password=password | ||
2 | |||
3 | http POST :7878/user/login username=akshay password=nigga | ||
4 | |||
5 | http POST :7878/user/change_password Cookie: old_password=nigga new_password=nigga | ||
6 | |||
7 | http :7878/user/change_password username=akshay password=password | ||
8 | |||
9 | http :7878/product/catalog | ||
10 | |||
11 | http :7878/product/1 | ||
12 | |||
13 | http POST :7878/cart/add Cookie: product_id:=1 | ||
14 | |||
15 | http :7878/cart/items Cookie: | ||
16 | |||
17 | http POST :7878/cart/remove Cookie: product_id:=1 | ||
18 | |||
19 | http POST :7878/rating/add Cookie: product_id:=1 stars:=3 comment_text=Very good functional chair | ||
20 | |||
21 | http :7878/product/reviews/1 | ||