From 9d2b6ee10ec5359cc91769d430485c8c869ba1a8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Dec 2020 10:51:40 +0530 Subject: monorepo --- tests/product/chair.json | 6 ------ tests/product/dumb_sofa.json | 4 ---- tests/product/smart_sofa.json | 6 ------ tests/requests.txt | 21 --------------------- tests/users/add_akshay.json | 8 -------- tests/users/add_user.json | 7 ------- 6 files changed, 52 deletions(-) delete mode 100644 tests/product/chair.json delete mode 100644 tests/product/dumb_sofa.json delete mode 100644 tests/product/smart_sofa.json delete mode 100644 tests/requests.txt delete mode 100644 tests/users/add_akshay.json delete mode 100644 tests/users/add_user.json (limited to 'tests') diff --git a/tests/product/chair.json b/tests/product/chair.json deleted file mode 100644 index bb13c8b..0000000 --- a/tests/product/chair.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Urban Ladder Teak Chair", - "kind": "Chair", - "price": 3500, - "description": "Sleek, modern chair for offices and workplaces" -} diff --git a/tests/product/dumb_sofa.json b/tests/product/dumb_sofa.json deleted file mode 100644 index 2b09a58..0000000 --- a/tests/product/dumb_sofa.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "Home Town Leather Sofa", - "price": 5400 -} diff --git a/tests/product/smart_sofa.json b/tests/product/smart_sofa.json deleted file mode 100644 index 5d7f7d4..0000000 --- a/tests/product/smart_sofa.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Home Town Leather Sofa", - "kind": "Sofa", - "description": "Comfortable, authentic leather, wooden frame sofa, for living rooms", - "price": 5400 -} 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 @@ -http POST :7878/user/login username=akshay password=password - -http POST :7878/user/login username=akshay password=nigga - -http POST :7878/user/change_password Cookie: old_password=nigga new_password=nigga - -http :7878/user/change_password username=akshay password=password - -http :7878/product/catalog - -http :7878/product/1 - -http POST :7878/cart/add Cookie: product_id:=1 - -http :7878/cart/items Cookie: - -http POST :7878/cart/remove Cookie: product_id:=1 - -http POST :7878/rating/add Cookie: product_id:=1 stars:=3 comment_text=Very good functional chair - -http :7878/product/reviews/1 diff --git a/tests/users/add_akshay.json b/tests/users/add_akshay.json deleted file mode 100644 index 1d6c405..0000000 --- a/tests/users/add_akshay.json +++ /dev/null @@ -1,8 +0,0 @@ - -{ - "username": "Akshay", - "password": "akshay", - "phone_number": "123454234", - "email_id": "aks@hay.com", - "address": "Rv College of Engineering, Mysuru Road, 560087, Near Metro station" -} diff --git a/tests/users/add_user.json b/tests/users/add_user.json deleted file mode 100644 index 1f481e9..0000000 --- a/tests/users/add_user.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "username": "Ramu Kaka", - "password": "ramu123", - "phone_number": "123454234", - "email_id": "ramu@kaka.com", - "address": "RA-602, Purva Riviera" -} -- cgit v1.2.3