Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 25 additions & 60 deletions api/postman/API_Test_TheQ_Booking.json

Large diffs are not rendered by default.

20 changes: 5 additions & 15 deletions api/postman/API_Test_TheQ_Booking_with_QTxn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2781,9 +2781,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -3877,9 +3875,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -5820,9 +5816,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -7484,9 +7478,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -9389,9 +9381,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down
40 changes: 10 additions & 30 deletions api/postman/Load_Test_TheQ.json
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -2149,9 +2147,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -2259,9 +2255,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -3157,9 +3151,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down Expand Up @@ -3267,9 +3259,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -3378,9 +3368,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -3479,9 +3467,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -3990,9 +3976,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test('Citizen id must equal \"' + currentCitizenId + '\"', function() {",
" pm.expect(currentCitizen.citizen_id).to.be.eql(currentCitizenId);",
" });",
Expand Down Expand Up @@ -4103,9 +4087,7 @@
" pm.test(\"Current citizen name should be null\", function() {",
" pm.expect(currentCitizen.citizen_name).to.be.null;",
" });",
" pm.test(\"Current citizen comments should be null\", function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.null;",
" });",

" pm.test(\"Citizen should have no service requests\", function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(0);",
" });",
Expand Down Expand Up @@ -4771,9 +4753,7 @@
" pm.test('Citizen name must equal \"' + citizenName + '\"', function() {",
" pm.expect(currentCitizen.citizen_name).to.be.eql(citizenName);",
" });",
" pm.test('Citizen comment must be null on service completion', function() {",
" pm.expect(currentCitizen.citizen_comments).to.be.eql(null);",
" });",

" pm.test('There must be only one service request', function() {",
" pm.expect(currentCitizen.service_reqs.length).to.be.eql(1);",
" });",
Expand Down
2 changes: 1 addition & 1 deletion api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.6'
__version__ = '1.1.7'
Loading
Loading