Commit c8ac67ad4ad4d19a580a3ee91b3a16057c63fda0
1 parent
91964465
Remove return statements where were redundant
Showing
3 changed files
with
11 additions
and
40 deletions
... | ... | @@ -32,9 +32,7 @@ Resource base_keywords.robot |
32 | 32 | Можливість підтвердити цінову пропозицію учасником ${username} |
33 | 33 | ${status}= Run Keyword IF '${MODE}'=='openeu' Set Variable pending |
34 | 34 | ... ELSE IF '${MODE}'=='openua' Set Variable active |
35 | - ${activestatusresp}= Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} status ${status} | |
36 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} activestatusresp=${activestatusresp} | |
37 | - log ${activestatusresp} | |
35 | + Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} status ${status} | |
38 | 36 | |
39 | 37 | ############################################################################################## |
40 | 38 | # OPENEU Bid documentation |
... | ... | @@ -45,8 +43,7 @@ Resource base_keywords.robot |
45 | 43 | ${privat_doc}= create_data_dict data.confidentialityRationale ${confidentialityRationale} |
46 | 44 | Set To Dictionary ${privat_doc.data} confidentiality=buyerOnly |
47 | 45 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
48 | - ${bid_doc_modified}= Run As ${username} Змінити документацію в ставці ${TENDER['TENDER_UAID']} ${privat_doc} ${docid} | |
49 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} | |
46 | + Run As ${username} Змінити документацію в ставці ${TENDER['TENDER_UAID']} ${privat_doc} ${docid} | |
50 | 47 | |
51 | 48 | |
52 | 49 | Можливість завантажити ${doc_type} документ до пропозиції учасником ${username} | ... | ... |
... | ... | @@ -235,7 +235,7 @@ Resource resource.robot |
235 | 235 | Можливість створення лоту із прив’язаним предметом закупівлі |
236 | 236 | ${lot}= Підготувати дані для створення лоту ${USERS.users['${tender_owner}'].tender_data.data.value.amount} |
237 | 237 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} |
238 | - ${lot_resp}= Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} | |
238 | + Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} | |
239 | 239 | ${item_id}= get_id_from_object ${item} |
240 | 240 | ${item_data}= Create Dictionary |
241 | 241 | ... item=${item} |
... | ... | @@ -244,7 +244,6 @@ Resource resource.robot |
244 | 244 | ${lot_id}= get_id_from_object ${lot.data} |
245 | 245 | ${lot_data}= Create Dictionary |
246 | 246 | ... lot=${lot} |
247 | - ... lot_resp=${lot_resp} | |
248 | 247 | ... lot_id=${lot_id} |
249 | 248 | ${lot_data}= munch_dict arg=${lot_data} |
250 | 249 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} lot_data=${lot_data} |
... | ... | @@ -408,13 +407,12 @@ Resource resource.robot |
408 | 407 | |
409 | 408 | Можливість задати запитання на тендер користувачем ${username} |
410 | 409 | ${question}= Підготувати дані для запитання |
411 | - ${question_resp}= Run As ${username} Задати запитання на тендер ${TENDER['TENDER_UAID']} ${question} | |
410 | + Run As ${username} Задати запитання на тендер ${TENDER['TENDER_UAID']} ${question} | |
412 | 411 | ${now}= Get Current TZdate |
413 | 412 | ${question.data.date}= Set variable ${now} |
414 | 413 | ${question_id}= get_id_from_object ${question.data} |
415 | 414 | ${question_data}= Create Dictionary |
416 | 415 | ... question=${question} |
417 | - ... question_resp=${question_resp} | |
418 | 416 | ... question_id=${question_id} |
419 | 417 | ${question_data}= munch_dict arg=${question_data} |
420 | 418 | Set To Dictionary ${USERS.users['${username}']} tender_question_data=${question_data} |
... | ... | @@ -423,13 +421,12 @@ Resource resource.robot |
423 | 421 | Можливість задати запитання на ${lot_index} лот користувачем ${username} |
424 | 422 | ${lot_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data.lots[${lot_index}]} |
425 | 423 | ${question}= Підготувати дані для запитання |
426 | - ${question_resp}= Run As ${username} Задати запитання на лот ${TENDER['TENDER_UAID']} ${lot_id} ${question} | |
424 | + Run As ${username} Задати запитання на лот ${TENDER['TENDER_UAID']} ${lot_id} ${question} | |
427 | 425 | ${now}= Get Current TZdate |
428 | 426 | ${question.data.date}= Set variable ${now} |
429 | 427 | ${question_id}= get_id_from_object ${question.data} |
430 | 428 | ${question_data}= Create Dictionary |
431 | 429 | ... question=${question} |
432 | - ... question_resp=${question_resp} | |
433 | 430 | ... question_id=${question_id} |
434 | 431 | ${question_data}= munch_dict arg=${question_data} |
435 | 432 | Set To Dictionary ${USERS.users['${username}']} lots_${lot_index}_question_data=${question_data} |
... | ... | @@ -438,13 +435,12 @@ Resource resource.robot |
438 | 435 | Можливість задати запитання на ${item_index} предмет користувачем ${username} |
439 | 436 | ${item_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data['items'][${item_index}]} |
440 | 437 | ${question}= Підготувати дані для запитання |
441 | - ${question_resp}= Run As ${username} Задати запитання на предмет ${TENDER['TENDER_UAID']} ${item_id} ${question} | |
438 | + Run As ${username} Задати запитання на предмет ${TENDER['TENDER_UAID']} ${item_id} ${question} | |
442 | 439 | ${now}= Get Current TZdate |
443 | 440 | ${question.data.date}= Set variable ${now} |
444 | 441 | ${question_id}= get_id_from_object ${question.data} |
445 | 442 | ${question_data}= Create Dictionary |
446 | 443 | ... question=${question} |
447 | - ... question_resp=${question_resp} | |
448 | 444 | ... question_id=${question_id} |
449 | 445 | ${question_data}= munch_dict arg=${question_data} |
450 | 446 | Set To Dictionary ${USERS.users['${username}']} items_${item_index}_question_data=${question_data} |
... | ... | @@ -932,8 +928,7 @@ Resource resource.robot |
932 | 928 | ${features_ids}= Run Keyword IF ${features} |
933 | 929 | ... Отримати ідентифікатори об’єктів ${username} features |
934 | 930 | ... ELSE Set Variable ${None} |
935 | - ${resp}= Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | |
936 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} resp=${resp} | |
931 | + Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | |
937 | 932 | |
938 | 933 | |
939 | 934 | Можливість подати цінову пропозицію на другий етап ${index} користувачем ${username} |
... | ... | @@ -948,8 +943,7 @@ Resource resource.robot |
948 | 943 | ${features_ids}= Run Keyword IF ${features} |
949 | 944 | ... Отримати ідентифікатори об’єктів ${username} features |
950 | 945 | ... ELSE Set Variable ${None} |
951 | - ${resp}= Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | |
952 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} resp=${resp} | |
946 | + Run As ${username} Подати цінову пропозицію ${TENDER['TENDER_UAID']} ${bid} ${lots_ids} ${features_ids} | |
953 | 947 | |
954 | 948 | Неможливість подати цінову пропозицію без прив’язки до лоту користувачем ${username} |
955 | 949 | ${bid}= Підготувати дані для подання пропозиції ${username} |
... | ... | @@ -984,8 +978,7 @@ Resource resource.robot |
984 | 978 | Можливість змінити документацію цінової пропозиції користувачем ${username} |
985 | 979 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
986 | 980 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
987 | - ${bid_doc_modified}= Run As ${username} Змінити документ в ставці ${TENDER['TENDER_UAID']} ${file_path} ${docid} | |
988 | - Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} | |
981 | + Run As ${username} Змінити документ в ставці ${TENDER['TENDER_UAID']} ${file_path} ${docid} | |
989 | 982 | Remove File ${file_path} |
990 | 983 | |
991 | 984 | ############################################################################################## | ... | ... |
... | ... | @@ -38,6 +38,7 @@ Library openprocurement_client_helper.py |
38 | 38 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} |
39 | 39 | ${reply}= Call Method ${USERS.users['${username}'].client} upload_document ${filepath} ${tender} |
40 | 40 | Log object data ${reply} reply |
41 | + #return here is needed to have uploaded doc data in `Завантажити документ в лот` keyword | |
41 | 42 | [return] ${reply} |
42 | 43 | |
43 | 44 | |
... | ... | @@ -175,6 +176,7 @@ Library openprocurement_client_helper.py |
175 | 176 | [Arguments] ${username} ${tender_uaid} ${lot} |
176 | 177 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
177 | 178 | ${reply}= Call Method ${USERS.users['${username}'].client} create_lot ${tender} ${lot} |
179 | + #return here is needed to have created lot id in `Створити лот з предметом закупівлі` keyword | |
178 | 180 | [return] ${reply} |
179 | 181 | |
180 | 182 | |
... | ... | @@ -183,7 +185,6 @@ Library openprocurement_client_helper.py |
183 | 185 | ${reply}= openprocurement_client.Створити лот ${username} ${tender_uaid} ${lot} |
184 | 186 | ${lot_id}= get_id_from_object ${lot.data} |
185 | 187 | openprocurement_client.Додати предмет закупівлі в лот ${username} ${tender_uaid} ${lot_id} ${item} |
186 | - [return] ${reply} | |
187 | 188 | |
188 | 189 | |
189 | 190 | Отримати інформацію із лоту |
... | ... | @@ -199,7 +200,6 @@ Library openprocurement_client_helper.py |
199 | 200 | ${lot}= Create Dictionary data=${tender.data.lots[${lot_index}]} |
200 | 201 | Set_To_Object ${lot.data} ${fieldname} ${fieldvalue} |
201 | 202 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_lot ${tender} ${lot} |
202 | - [return] ${reply} | |
203 | 203 | |
204 | 204 | |
205 | 205 | Додати предмет закупівлі в лот |
... | ... | @@ -220,7 +220,6 @@ Library openprocurement_client_helper.py |
220 | 220 | ${doc}= openprocurement_client.Завантажити документ ${username} ${filepath} ${tender_uaid} |
221 | 221 | ${lot_doc}= test_lot_document_data ${doc} ${lot_id} |
222 | 222 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_document ${tender} ${lot_doc} |
223 | - [return] ${reply} | |
224 | 223 | |
225 | 224 | |
226 | 225 | Видалити лот |
... | ... | @@ -233,7 +232,6 @@ Library openprocurement_client_helper.py |
233 | 232 | \ Run Keyword If '${item.relatedLot}'=='${lot.data.id}' |
234 | 233 | \ ... openprocurement_client.Видалити предмет закупівлі ${username} ${tender_uaid} ${item_id} |
235 | 234 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_lot ${tender} ${lot} |
236 | - [return] ${reply} | |
237 | 235 | |
238 | 236 | |
239 | 237 | Скасувати лот |
... | ... | @@ -321,7 +319,6 @@ Library openprocurement_client_helper.py |
321 | 319 | ${item_id}= Get Variable Value ${tender.data['items'][${item_index}].id} |
322 | 320 | ${question}= test_related_question ${question} item ${item_id} |
323 | 321 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
324 | - [return] ${reply} | |
325 | 322 | |
326 | 323 | |
327 | 324 | Задати запитання на лот |
... | ... | @@ -331,14 +328,12 @@ Library openprocurement_client_helper.py |
331 | 328 | ${lot_id}= Get Variable Value ${tender.data.lots[${lot_index}].id} |
332 | 329 | ${question}= test_related_question ${question} lot ${lot_id} |
333 | 330 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
334 | - [return] ${reply} | |
335 | 331 | |
336 | 332 | |
337 | 333 | Задати запитання на тендер |
338 | 334 | [Arguments] ${username} ${tender_uaid} ${question} |
339 | 335 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
340 | 336 | ${reply}= Call Method ${USERS.users['${username}'].client} create_question ${tender} ${question} |
341 | - [return] ${reply} | |
342 | 337 | |
343 | 338 | |
344 | 339 | Отримати інформацію із запитання |
... | ... | @@ -353,7 +348,6 @@ Library openprocurement_client_helper.py |
353 | 348 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token} |
354 | 349 | ${answer_data.data.id}= openprocurement_client.Отримати інформацію із запитання ${username} ${tender_uaid} ${question_id} id |
355 | 350 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_question ${tender} ${answer_data} |
356 | - [return] ${reply} | |
357 | 351 | |
358 | 352 | ############################################################################## |
359 | 353 | # Claims |
... | ... | @@ -724,7 +718,6 @@ Library openprocurement_client_helper.py |
724 | 718 | Set To Dictionary ${USERS.users['${username}']} access_token=${reply['access']['token']} |
725 | 719 | Set To Dictionary ${USERS.users['${username}'].bidresponses['bid'].data} id=${reply['data']['id']} |
726 | 720 | Log ${reply_active} |
727 | - [return] ${reply} | |
728 | 721 | |
729 | 722 | |
730 | 723 | Змінити цінову пропозицію |
... | ... | @@ -735,7 +728,6 @@ Library openprocurement_client_helper.py |
735 | 728 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
736 | 729 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid ${tender} ${bid} |
737 | 730 | Log ${reply} |
738 | - [return] ${reply} | |
739 | 731 | |
740 | 732 | |
741 | 733 | Скасувати цінову пропозицію |
... | ... | @@ -744,7 +736,6 @@ Library openprocurement_client_helper.py |
744 | 736 | ${bid_id}= openprocurement_client.Отримати інформацію із пропозиції ${username} ${tender_uaid} id |
745 | 737 | ${reply}= Call Method ${USERS.users['${username}'].client} delete_bid ${tender} ${bid_id} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
746 | 738 | Log ${reply} |
747 | - [return] ${reply} | |
748 | 739 | |
749 | 740 | |
750 | 741 | Завантажити документ в ставку |
... | ... | @@ -779,7 +770,6 @@ Library openprocurement_client_helper.py |
779 | 770 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
780 | 771 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
781 | 772 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid_document ${tender} ${doc_data} ${bid_id} ${docid} |
782 | - [return] ${reply} | |
783 | 773 | |
784 | 774 | |
785 | 775 | Отримати пропозицію |
... | ... | @@ -818,7 +808,6 @@ Library openprocurement_client_helper.py |
818 | 808 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
819 | 809 | ${doc}= Call Method ${USERS.users['${username}'].client} upload_award_document ${document} ${tender} ${tender.data.awards[${award_num}].id} |
820 | 810 | Log ${doc} |
821 | - [Return] ${doc} | |
822 | 811 | |
823 | 812 | |
824 | 813 | Підтвердити постачальника |
... | ... | @@ -863,7 +852,6 @@ Library openprocurement_client_helper.py |
863 | 852 | Set To Dictionary ${award.data} id=${tender.data.awards[${award_num}].id} |
864 | 853 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_award ${tender} ${award} |
865 | 854 | Log ${reply} |
866 | - [Return] ${reply} | |
867 | 855 | |
868 | 856 | ############################################################################## |
869 | 857 | # Limited procurement |
... | ... | @@ -989,7 +977,6 @@ Library openprocurement_client_helper.py |
989 | 977 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} eligible=${True} qualified=${True} |
990 | 978 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
991 | 979 | Log ${reply} |
992 | - [Return] ${reply} | |
993 | 980 | |
994 | 981 | |
995 | 982 | Відхилити кваліфікацію |
... | ... | @@ -1003,7 +990,6 @@ Library openprocurement_client_helper.py |
1003 | 990 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} |
1004 | 991 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
1005 | 992 | Log ${reply} |
1006 | - [Return] ${reply} | |
1007 | 993 | |
1008 | 994 | |
1009 | 995 | Завантажити документ у кваліфікацію |
... | ... | @@ -1015,7 +1001,6 @@ Library openprocurement_client_helper.py |
1015 | 1001 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
1016 | 1002 | ${doc_reply}= Call Method ${USERS.users['${username}'].client} upload_qualification_document ${document} ${tender} ${tender.data.qualifications[${qualification_num}].id} |
1017 | 1003 | Log ${doc_reply} |
1018 | - [Return] ${doc_reply} | |
1019 | 1004 | |
1020 | 1005 | |
1021 | 1006 | Скасувати кваліфікацію |
... | ... | @@ -1029,7 +1014,6 @@ Library openprocurement_client_helper.py |
1029 | 1014 | Set To Dictionary ${qualification.data} id=${tender.data.qualifications[${qualification_num}].id} |
1030 | 1015 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_qualification ${tender} ${qualification} |
1031 | 1016 | Log ${reply} |
1032 | - [Return] ${reply} | |
1033 | 1017 | |
1034 | 1018 | |
1035 | 1019 | Затвердити остаточне рішення кваліфікації |
... | ... | @@ -1046,7 +1030,6 @@ Library openprocurement_client_helper.py |
1046 | 1030 | set_to_object ${tender} data.status active.pre-qualification.stand-still |
1047 | 1031 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1048 | 1032 | Log ${reply} |
1049 | - [Return] ${reply} | |
1050 | 1033 | |
1051 | 1034 | |
1052 | 1035 | Перевести тендер на статус очікування обробки мостом |
... | ... | @@ -1063,7 +1046,6 @@ Library openprocurement_client_helper.py |
1063 | 1046 | set_to_object ${tender} data.status active.stage2.waiting |
1064 | 1047 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1065 | 1048 | Log ${reply} |
1066 | - [Return] ${reply} | |
1067 | 1049 | |
1068 | 1050 | |
1069 | 1051 | Активувати другий етап |
... | ... | @@ -1080,4 +1062,3 @@ Library openprocurement_client_helper.py |
1080 | 1062 | set_to_object ${tender} data.status active.tendering |
1081 | 1063 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_tender ${tender} |
1082 | 1064 | Log ${reply} |
1083 | - [Return] ${reply} | |
\ No newline at end of file | ... | ... |
Please
register
or
login
to post a comment