Commit 6c9c70de79ca63a90ba8f12f95655bd9cffeb583
Committed by
GitHub
Merge pull request #286 from kosaniak/new_master
Note `Create Dictionary` with two and more arguments in a few rows
Showing
3 changed files
with
114 additions
and
32 deletions
@@ -43,7 +43,10 @@ Resource resource.robot | @@ -43,7 +43,10 @@ Resource resource.robot | ||
43 | ${file_path} ${file_name} ${file_content}= create_fake_doc | 43 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
44 | Run As ${tender_owner} Завантажити документ ${file_path} ${TENDER['TENDER_UAID']} | 44 | Run As ${tender_owner} Завантажити документ ${file_path} ${TENDER['TENDER_UAID']} |
45 | ${doc_id}= get_id_from_doc_name ${file_name} | 45 | ${doc_id}= get_id_from_doc_name ${file_name} |
46 | - ${tender_document}= Create Dictionary doc_name=${file_name} doc_id=${doc_id} doc_content=${file_content} | 46 | + ${tender_document}= Create Dictionary |
47 | + ... doc_name=${file_name} | ||
48 | + ... doc_id=${doc_id} | ||
49 | + ... doc_content=${file_content} | ||
47 | Set To Dictionary ${USERS.users['${tender_owner}']} tender_document=${tender_document} | 50 | Set To Dictionary ${USERS.users['${tender_owner}']} tender_document=${tender_document} |
48 | Remove File ${file_path} | 51 | Remove File ${file_path} |
49 | 52 | ||
@@ -52,7 +55,9 @@ Resource resource.robot | @@ -52,7 +55,9 @@ Resource resource.robot | ||
52 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} | 55 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} |
53 | Run As ${tender_owner} Додати предмет закупівлі ${TENDER['TENDER_UAID']} ${item} | 56 | Run As ${tender_owner} Додати предмет закупівлі ${TENDER['TENDER_UAID']} ${item} |
54 | ${item_id}= get_id_from_object ${item} | 57 | ${item_id}= get_id_from_object ${item} |
55 | - ${item_data}= Create Dictionary item=${item} item_id=${item_id} | 58 | + ${item_data}= Create Dictionary |
59 | + ... item=${item} | ||
60 | + ... item_id=${item_id} | ||
56 | ${item_data}= munch_dict arg=${item_data} | 61 | ${item_data}= munch_dict arg=${item_data} |
57 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} | 62 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} |
58 | 63 | ||
@@ -158,7 +163,10 @@ Resource resource.robot | @@ -158,7 +163,10 @@ Resource resource.robot | ||
158 | ${file_path} ${file_name} ${file_content}= create_fake_doc | 163 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
159 | Run As ${tender_owner} Завантажити документ в лот ${file_path} ${TENDER['TENDER_UAID']} ${lot_id} | 164 | Run As ${tender_owner} Завантажити документ в лот ${file_path} ${TENDER['TENDER_UAID']} ${lot_id} |
160 | ${doc_id}= get_id_from_doc_name ${file_name} | 165 | ${doc_id}= get_id_from_doc_name ${file_name} |
161 | - ${data}= Create Dictionary doc_name=${file_name} doc_id=${doc_id} doc_content=${file_content} | 166 | + ${data}= Create Dictionary |
167 | + ... doc_name=${file_name} | ||
168 | + ... doc_id=${doc_id} | ||
169 | + ... doc_content=${file_content} | ||
162 | ${empty_list}= Create List | 170 | ${empty_list}= Create List |
163 | ${lots_documents}= Get variable value ${USERS.users['${tender_owner}'].lots_documents} ${empty_list} | 171 | ${lots_documents}= Get variable value ${USERS.users['${tender_owner}'].lots_documents} ${empty_list} |
164 | Append to list ${lots_documents} ${data} | 172 | Append to list ${lots_documents} ${data} |
@@ -177,7 +185,9 @@ Resource resource.robot | @@ -177,7 +185,9 @@ Resource resource.robot | ||
177 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} | 185 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} |
178 | Run As ${tender_owner} Додати предмет закупівлі в лот ${TENDER['TENDER_UAID']} ${lot_id} ${item} | 186 | Run As ${tender_owner} Додати предмет закупівлі в лот ${TENDER['TENDER_UAID']} ${lot_id} ${item} |
179 | ${item_id}= get_id_from_object ${item} | 187 | ${item_id}= get_id_from_object ${item} |
180 | - ${item_data}= Create Dictionary item=${item} item_id=${item_id} | 188 | + ${item_data}= Create Dictionary |
189 | + ... item=${item} | ||
190 | + ... item_id=${item_id} | ||
181 | ${item_data}= munch_dict arg=${item_data} | 191 | ${item_data}= munch_dict arg=${item_data} |
182 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} | 192 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} |
183 | 193 | ||
@@ -214,10 +224,15 @@ Resource resource.robot | @@ -214,10 +224,15 @@ Resource resource.robot | ||
214 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} | 224 | ${item}= Підготувати дані для створення предмету закупівлі ${USERS.users['${tender_owner}'].initial_data.data['items'][0]['classification']['id']} |
215 | ${lot_resp}= Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} | 225 | ${lot_resp}= Run As ${tender_owner} Створити лот із предметом закупівлі ${TENDER['TENDER_UAID']} ${lot} ${item} |
216 | ${item_id}= get_id_from_object ${item} | 226 | ${item_id}= get_id_from_object ${item} |
217 | - ${item_data}= Create Dictionary item=${item} item_id=${item_id} | 227 | + ${item_data}= Create Dictionary |
228 | + ... item=${item} | ||
229 | + ... item_id=${item_id} | ||
218 | ${item_data}= munch_dict arg=${item_data} | 230 | ${item_data}= munch_dict arg=${item_data} |
219 | ${lot_id}= get_id_from_object ${lot.data} | 231 | ${lot_id}= get_id_from_object ${lot.data} |
220 | - ${lot_data}= Create Dictionary lot=${lot} lot_resp=${lot_resp} lot_id=${lot_id} | 232 | + ${lot_data}= Create Dictionary |
233 | + ... lot=${lot} | ||
234 | + ... lot_resp=${lot_resp} | ||
235 | + ... lot_id=${lot_id} | ||
221 | ${lot_data}= munch_dict arg=${lot_data} | 236 | ${lot_data}= munch_dict arg=${lot_data} |
222 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} lot_data=${lot_data} | 237 | Set To Dictionary ${USERS.users['${tender_owner}']} item_data=${item_data} lot_data=${lot_data} |
223 | 238 | ||
@@ -286,7 +301,9 @@ Resource resource.robot | @@ -286,7 +301,9 @@ Resource resource.robot | ||
286 | Set To Dictionary ${feature} featureOf=tenderer | 301 | Set To Dictionary ${feature} featureOf=tenderer |
287 | Run As ${tender_owner} Додати неціновий показник на тендер ${TENDER['TENDER_UAID']} ${feature} | 302 | Run As ${tender_owner} Додати неціновий показник на тендер ${TENDER['TENDER_UAID']} ${feature} |
288 | ${feature_id}= get_id_from_object ${feature} | 303 | ${feature_id}= get_id_from_object ${feature} |
289 | - ${feature_data}= Create Dictionary feature=${feature} feature_id=${feature_id} | 304 | + ${feature_data}= Create Dictionary |
305 | + ... feature=${feature} | ||
306 | + ... feature_id=${feature_id} | ||
290 | ${feature_data}= munch_dict arg=${feature_data} | 307 | ${feature_data}= munch_dict arg=${feature_data} |
291 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} | 308 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} |
292 | 309 | ||
@@ -297,7 +314,9 @@ Resource resource.robot | @@ -297,7 +314,9 @@ Resource resource.robot | ||
297 | ${lot_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data.lots[${lot_index}]} | 314 | ${lot_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data.lots[${lot_index}]} |
298 | Run As ${tender_owner} Додати неціновий показник на лот ${TENDER['TENDER_UAID']} ${feature} ${lot_id} | 315 | Run As ${tender_owner} Додати неціновий показник на лот ${TENDER['TENDER_UAID']} ${feature} ${lot_id} |
299 | ${feature_id}= get_id_from_object ${feature} | 316 | ${feature_id}= get_id_from_object ${feature} |
300 | - ${feature_data}= Create Dictionary feature=${feature} feature_id=${feature_id} | 317 | + ${feature_data}= Create Dictionary |
318 | + ... feature=${feature} | ||
319 | + ... feature_id=${feature_id} | ||
301 | ${feature_data}= munch_dict arg=${feature_data} | 320 | ${feature_data}= munch_dict arg=${feature_data} |
302 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} | 321 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} |
303 | 322 | ||
@@ -308,7 +327,9 @@ Resource resource.robot | @@ -308,7 +327,9 @@ Resource resource.robot | ||
308 | ${item_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data['items'][${item_index}]} | 327 | ${item_id}= get_id_from_object ${USERS.users['${tender_owner}'].tender_data.data['items'][${item_index}]} |
309 | Run As ${tender_owner} Додати неціновий показник на предмет ${TENDER['TENDER_UAID']} ${feature} ${item_id} | 328 | Run As ${tender_owner} Додати неціновий показник на предмет ${TENDER['TENDER_UAID']} ${feature} ${item_id} |
310 | ${feature_id}= get_id_from_object ${feature} | 329 | ${feature_id}= get_id_from_object ${feature} |
311 | - ${feature_data}= Create Dictionary feature=${feature} feature_id=${feature_id} | 330 | + ${feature_data}= Create Dictionary |
331 | + ... feature=${feature} | ||
332 | + ... feature_id=${feature_id} | ||
312 | ${feature_data}= munch_dict arg=${feature_data} | 333 | ${feature_data}= munch_dict arg=${feature_data} |
313 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} | 334 | Set To Dictionary ${USERS.users['${tender_owner}']} feature_data=${feature_data} |
314 | 335 | ||
@@ -361,7 +382,10 @@ Resource resource.robot | @@ -361,7 +382,10 @@ Resource resource.robot | ||
361 | ${now}= Get Current TZdate | 382 | ${now}= Get Current TZdate |
362 | ${question.data.date}= Set variable ${now} | 383 | ${question.data.date}= Set variable ${now} |
363 | ${question_id}= get_id_from_object ${question.data} | 384 | ${question_id}= get_id_from_object ${question.data} |
364 | - ${question_data}= Create Dictionary question=${question} question_resp=${question_resp} question_id=${question_id} | 385 | + ${question_data}= Create Dictionary |
386 | + ... question=${question} | ||
387 | + ... question_resp=${question_resp} | ||
388 | + ... question_id=${question_id} | ||
365 | ${question_data}= munch_dict arg=${question_data} | 389 | ${question_data}= munch_dict arg=${question_data} |
366 | Set To Dictionary ${USERS.users['${username}']} tender_question_data=${question_data} | 390 | Set To Dictionary ${USERS.users['${username}']} tender_question_data=${question_data} |
367 | 391 | ||
@@ -373,7 +397,10 @@ Resource resource.robot | @@ -373,7 +397,10 @@ Resource resource.robot | ||
373 | ${now}= Get Current TZdate | 397 | ${now}= Get Current TZdate |
374 | ${question.data.date}= Set variable ${now} | 398 | ${question.data.date}= Set variable ${now} |
375 | ${question_id}= get_id_from_object ${question.data} | 399 | ${question_id}= get_id_from_object ${question.data} |
376 | - ${question_data}= Create Dictionary question=${question} question_resp=${question_resp} question_id=${question_id} | 400 | + ${question_data}= Create Dictionary |
401 | + ... question=${question} | ||
402 | + ... question_resp=${question_resp} | ||
403 | + ... question_id=${question_id} | ||
377 | ${question_data}= munch_dict arg=${question_data} | 404 | ${question_data}= munch_dict arg=${question_data} |
378 | Set To Dictionary ${USERS.users['${username}']} lots_${lot_index}_question_data=${question_data} | 405 | Set To Dictionary ${USERS.users['${username}']} lots_${lot_index}_question_data=${question_data} |
379 | 406 | ||
@@ -385,7 +412,10 @@ Resource resource.robot | @@ -385,7 +412,10 @@ Resource resource.robot | ||
385 | ${now}= Get Current TZdate | 412 | ${now}= Get Current TZdate |
386 | ${question.data.date}= Set variable ${now} | 413 | ${question.data.date}= Set variable ${now} |
387 | ${question_id}= get_id_from_object ${question.data} | 414 | ${question_id}= get_id_from_object ${question.data} |
388 | - ${question_data}= Create Dictionary question=${question} question_resp=${question_resp} question_id=${question_id} | 415 | + ${question_data}= Create Dictionary |
416 | + ... question=${question} | ||
417 | + ... question_resp=${question_resp} | ||
418 | + ... question_id=${question_id} | ||
389 | ${question_data}= munch_dict arg=${question_data} | 419 | ${question_data}= munch_dict arg=${question_data} |
390 | Set To Dictionary ${USERS.users['${username}']} items_${item_index}_question_data=${question_data} | 420 | Set To Dictionary ${USERS.users['${username}']} items_${item_index}_question_data=${question_data} |
391 | 421 | ||
@@ -454,7 +484,9 @@ Resource resource.robot | @@ -454,7 +484,9 @@ Resource resource.robot | ||
454 | ... Створити чернетку вимоги про виправлення умов закупівлі | 484 | ... Створити чернетку вимоги про виправлення умов закупівлі |
455 | ... ${TENDER['TENDER_UAID']} | 485 | ... ${TENDER['TENDER_UAID']} |
456 | ... ${claim} | 486 | ... ${claim} |
457 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} | 487 | + ${claim_data}= Create Dictionary |
488 | + ... claim=${claim} | ||
489 | + ... complaintID=${complaintID} | ||
458 | ${claim_data}= munch_dict arg=${claim_data} | 490 | ${claim_data}= munch_dict arg=${claim_data} |
459 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 491 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
460 | 492 | ||
@@ -467,7 +499,9 @@ Resource resource.robot | @@ -467,7 +499,9 @@ Resource resource.robot | ||
467 | ... ${TENDER['TENDER_UAID']} | 499 | ... ${TENDER['TENDER_UAID']} |
468 | ... ${claim} | 500 | ... ${claim} |
469 | ... ${lot_id} | 501 | ... ${lot_id} |
470 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} | 502 | + ${claim_data}= Create Dictionary |
503 | + ... claim=${claim} | ||
504 | + ... complaintID=${complaintID} | ||
471 | ${claim_data}= munch_dict arg=${claim_data} | 505 | ${claim_data}= munch_dict arg=${claim_data} |
472 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 506 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
473 | 507 | ||
@@ -479,7 +513,9 @@ Resource resource.robot | @@ -479,7 +513,9 @@ Resource resource.robot | ||
479 | ... ${TENDER['TENDER_UAID']} | 513 | ... ${TENDER['TENDER_UAID']} |
480 | ... ${claim} | 514 | ... ${claim} |
481 | ... ${award_index} | 515 | ... ${award_index} |
482 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} | 516 | + ${claim_data}= Create Dictionary |
517 | + ... claim=${claim} | ||
518 | + ... complaintID=${complaintID} | ||
483 | ${claim_data}= munch_dict arg=${claim_data} | 519 | ${claim_data}= munch_dict arg=${claim_data} |
484 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 520 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
485 | 521 | ||
@@ -493,7 +529,12 @@ Resource resource.robot | @@ -493,7 +529,12 @@ Resource resource.robot | ||
493 | ... ${claim} | 529 | ... ${claim} |
494 | ... ${file_path} | 530 | ... ${file_path} |
495 | ${doc_id}= get_id_from_doc_name ${file_name} | 531 | ${doc_id}= get_id_from_doc_name ${file_name} |
496 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} doc_name=${file_name} doc_id=${doc_id} doc_content=${file_content} | 532 | + ${claim_data}= Create Dictionary |
533 | + ... claim=${claim} | ||
534 | + ... complaintID=${complaintID} | ||
535 | + ... doc_name=${file_name} | ||
536 | + ... doc_id=${doc_id} | ||
537 | + ... doc_content=${file_content} | ||
497 | ${claim_data}= munch_dict arg=${claim_data} | 538 | ${claim_data}= munch_dict arg=${claim_data} |
498 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 539 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
499 | Remove File ${file_path} | 540 | Remove File ${file_path} |
@@ -510,7 +551,12 @@ Resource resource.robot | @@ -510,7 +551,12 @@ Resource resource.robot | ||
510 | ... ${lot_id} | 551 | ... ${lot_id} |
511 | ... ${file_path} | 552 | ... ${file_path} |
512 | ${doc_id}= get_id_from_doc_name ${file_name} | 553 | ${doc_id}= get_id_from_doc_name ${file_name} |
513 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} doc_name=${file_name} doc_id=${doc_id} doc_content=${file_content} | 554 | + ${claim_data}= Create Dictionary |
555 | + ... claim=${claim} | ||
556 | + ... complaintID=${complaintID} | ||
557 | + ... doc_name=${file_name} | ||
558 | + ... doc_id=${doc_id} | ||
559 | + ... doc_content=${file_content} | ||
514 | ${claim_data}= munch_dict arg=${claim_data} | 560 | ${claim_data}= munch_dict arg=${claim_data} |
515 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 561 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
516 | Remove File ${file_path} | 562 | Remove File ${file_path} |
@@ -526,7 +572,12 @@ Resource resource.robot | @@ -526,7 +572,12 @@ Resource resource.robot | ||
526 | ... ${award_index} | 572 | ... ${award_index} |
527 | ... ${file_path} | 573 | ... ${file_path} |
528 | ${doc_id}= get_id_from_doc_name ${file_name} | 574 | ${doc_id}= get_id_from_doc_name ${file_name} |
529 | - ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} doc_name=${file_name} doc_id=${doc_id} doc_content=${file_content} | 575 | + ${claim_data}= Create Dictionary |
576 | + ... claim=${claim} | ||
577 | + ... complaintID=${complaintID} | ||
578 | + ... doc_name=${file_name} | ||
579 | + ... doc_id=${doc_id} | ||
580 | + ... doc_content=${file_content} | ||
530 | ${claim_data}= munch_dict arg=${claim_data} | 581 | ${claim_data}= munch_dict arg=${claim_data} |
531 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} | 582 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
532 | Remove File ${file_path} | 583 | Remove File ${file_path} |
@@ -534,7 +585,9 @@ Resource resource.robot | @@ -534,7 +585,9 @@ Resource resource.robot | ||
534 | 585 | ||
535 | Можливість скасувати вимогу про виправлення умов закупівлі | 586 | Можливість скасувати вимогу про виправлення умов закупівлі |
536 | ${cancellation_reason}= create_fake_sentence | 587 | ${cancellation_reason}= create_fake_sentence |
537 | - ${data}= Create Dictionary status=cancelled cancellationReason=${cancellation_reason} | 588 | + ${data}= Create Dictionary |
589 | + ... status=cancelled | ||
590 | + ... cancellationReason=${cancellation_reason} | ||
538 | ${cancellation_data}= Create Dictionary data=${data} | 591 | ${cancellation_data}= Create Dictionary data=${data} |
539 | ${cancellation_data}= munch_dict arg=${cancellation_data} | 592 | ${cancellation_data}= munch_dict arg=${cancellation_data} |
540 | Run As ${provider} | 593 | Run As ${provider} |
@@ -555,7 +608,9 @@ Resource resource.robot | @@ -555,7 +608,9 @@ Resource resource.robot | ||
555 | 608 | ||
556 | Можливість скасувати вимогу про виправлення умов лоту | 609 | Можливість скасувати вимогу про виправлення умов лоту |
557 | ${cancellation_reason}= create_fake_sentence | 610 | ${cancellation_reason}= create_fake_sentence |
558 | - ${data}= Create Dictionary status=cancelled cancellationReason=${cancellation_reason} | 611 | + ${data}= Create Dictionary |
612 | + ... status=cancelled | ||
613 | + ... cancellationReason=${cancellation_reason} | ||
559 | ${cancellation_data}= Create Dictionary data=${data} | 614 | ${cancellation_data}= Create Dictionary data=${data} |
560 | ${cancellation_data}= munch_dict arg=${cancellation_data} | 615 | ${cancellation_data}= munch_dict arg=${cancellation_data} |
561 | Run As ${provider} | 616 | Run As ${provider} |
@@ -577,7 +632,9 @@ Resource resource.robot | @@ -577,7 +632,9 @@ Resource resource.robot | ||
577 | Можливість скасувати вимогу про виправлення визначення ${award_index} переможця | 632 | Можливість скасувати вимогу про виправлення визначення ${award_index} переможця |
578 | ${cancellation_reason}= create_fake_sentence | 633 | ${cancellation_reason}= create_fake_sentence |
579 | ${status}= Set variable if 'open' in '${MODE}' stopping cancelled | 634 | ${status}= Set variable if 'open' in '${MODE}' stopping cancelled |
580 | - ${data}= Create Dictionary status=${status} cancellationReason=${cancellation_reason} | 635 | + ${data}= Create Dictionary |
636 | + ... status=${status} | ||
637 | + ... cancellationReason=${cancellation_reason} | ||
581 | ${cancellation_data}= Create Dictionary data=${data} | 638 | ${cancellation_data}= Create Dictionary data=${data} |
582 | ${cancellation_data}= munch_dict arg=${cancellation_data} | 639 | ${cancellation_data}= munch_dict arg=${cancellation_data} |
583 | Run As ${provider} | 640 | Run As ${provider} |
@@ -600,7 +657,9 @@ Resource resource.robot | @@ -600,7 +657,9 @@ Resource resource.robot | ||
600 | 657 | ||
601 | 658 | ||
602 | Можливість перетворити вимогу про виправлення умов закупівлі в скаргу | 659 | Можливість перетворити вимогу про виправлення умов закупівлі в скаргу |
603 | - ${data}= Create Dictionary status=pending satisfied=${False} | 660 | + ${data}= Create Dictionary |
661 | + ... status=pending | ||
662 | + ... satisfied=${False} | ||
604 | ${escalation_data}= Create Dictionary data=${data} | 663 | ${escalation_data}= Create Dictionary data=${data} |
605 | ${escalation_data}= munch_dict arg=${escalation_data} | 664 | ${escalation_data}= munch_dict arg=${escalation_data} |
606 | Run As ${provider} | 665 | Run As ${provider} |
@@ -620,7 +679,9 @@ Resource resource.robot | @@ -620,7 +679,9 @@ Resource resource.robot | ||
620 | 679 | ||
621 | 680 | ||
622 | Можливість перетворити вимогу про виправлення умов лоту в скаргу | 681 | Можливість перетворити вимогу про виправлення умов лоту в скаргу |
623 | - ${data}= Create Dictionary status=pending satisfied=${False} | 682 | + ${data}= Create Dictionary |
683 | + ... status=pending | ||
684 | + ... satisfied=${False} | ||
624 | ${escalation_data}= Create Dictionary data=${data} | 685 | ${escalation_data}= Create Dictionary data=${data} |
625 | ${escalation_data}= munch_dict arg=${escalation_data} | 686 | ${escalation_data}= munch_dict arg=${escalation_data} |
626 | Run As ${provider} | 687 | Run As ${provider} |
@@ -640,7 +701,9 @@ Resource resource.robot | @@ -640,7 +701,9 @@ Resource resource.robot | ||
640 | 701 | ||
641 | 702 | ||
642 | Можливість перетворити вимогу про виправлення визначення ${award_index} переможця в скаргу | 703 | Можливість перетворити вимогу про виправлення визначення ${award_index} переможця в скаргу |
643 | - ${data}= Create Dictionary status=pending satisfied=${False} | 704 | + ${data}= Create Dictionary |
705 | + ... status=pending | ||
706 | + ... satisfied=${False} | ||
644 | ${escalation_data}= Create Dictionary data=${data} | 707 | ${escalation_data}= Create Dictionary data=${data} |
645 | ${escalation_data}= munch_dict arg=${escalation_data} | 708 | ${escalation_data}= munch_dict arg=${escalation_data} |
646 | Run As ${provider} | 709 | Run As ${provider} |
@@ -746,7 +809,9 @@ Resource resource.robot | @@ -746,7 +809,9 @@ Resource resource.robot | ||
746 | 809 | ||
747 | 810 | ||
748 | Можливість підтвердити задоволення вимоги про виправлення умов закупівлі | 811 | Можливість підтвердити задоволення вимоги про виправлення умов закупівлі |
749 | - ${data}= Create Dictionary status=resolved satisfied=${True} | 812 | + ${data}= Create Dictionary |
813 | + ... status=resolved | ||
814 | + ... satisfied=${True} | ||
750 | ${confirmation_data}= Create Dictionary data=${data} | 815 | ${confirmation_data}= Create Dictionary data=${data} |
751 | ${confirmation_data}= munch_dict arg=${confirmation_data} | 816 | ${confirmation_data}= munch_dict arg=${confirmation_data} |
752 | Run As ${provider} | 817 | Run As ${provider} |
@@ -766,7 +831,9 @@ Resource resource.robot | @@ -766,7 +831,9 @@ Resource resource.robot | ||
766 | 831 | ||
767 | 832 | ||
768 | Можливість підтвердити задоволення вимоги про виправлення умов лоту | 833 | Можливість підтвердити задоволення вимоги про виправлення умов лоту |
769 | - ${data}= Create Dictionary status=resolved satisfied=${True} | 834 | + ${data}= Create Dictionary |
835 | + ... status=resolved | ||
836 | + ... satisfied=${True} | ||
770 | ${confirmation_data}= Create Dictionary data=${data} | 837 | ${confirmation_data}= Create Dictionary data=${data} |
771 | ${confirmation_data}= munch_dict arg=${confirmation_data} | 838 | ${confirmation_data}= munch_dict arg=${confirmation_data} |
772 | Run As ${provider} | 839 | Run As ${provider} |
@@ -786,7 +853,9 @@ Resource resource.robot | @@ -786,7 +853,9 @@ Resource resource.robot | ||
786 | 853 | ||
787 | 854 | ||
788 | Можливість підтвердити задоволення вимоги про виправлення визначення ${award_index} переможця | 855 | Можливість підтвердити задоволення вимоги про виправлення визначення ${award_index} переможця |
789 | - ${data}= Create Dictionary status=resolved satisfied=${True} | 856 | + ${data}= Create Dictionary |
857 | + ... status=resolved | ||
858 | + ... satisfied=${True} | ||
790 | ${confirmation_data}= Create Dictionary data=${data} | 859 | ${confirmation_data}= Create Dictionary data=${data} |
791 | ${confirmation_data}= munch_dict arg=${confirmation_data} | 860 | ${confirmation_data}= munch_dict arg=${confirmation_data} |
792 | Run As ${provider} | 861 | Run As ${provider} |
@@ -231,7 +231,10 @@ Library openprocurement_client_helper.py | @@ -231,7 +231,10 @@ Library openprocurement_client_helper.py | ||
231 | [Arguments] ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${document} ${new_description} | 231 | [Arguments] ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${document} ${new_description} |
232 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 232 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
233 | ${lot_id}= Get Variable Value ${tender.data.lots[${lot_index}].id} | 233 | ${lot_id}= Get Variable Value ${tender.data.lots[${lot_index}].id} |
234 | - ${data}= Create dictionary reason=${cancellation_reason} cancellationOf=lot relatedLot=${lot_id} | 234 | + ${data}= Create dictionary |
235 | + ... reason=${cancellation_reason} | ||
236 | + ... cancellationOf=lot | ||
237 | + ... relatedLot=${lot_id} | ||
235 | ${cancellation_data}= Create dictionary data=${data} | 238 | ${cancellation_data}= Create dictionary data=${data} |
236 | ${cancellation_data}= munch_dict arg=${cancellation_data} | 239 | ${cancellation_data}= munch_dict arg=${cancellation_data} |
237 | ${cancel_reply}= Call Method ${USERS.users['${username}'].client} create_cancellation ${tender} ${cancellation_data} | 240 | ${cancel_reply}= Call Method ${USERS.users['${username}'].client} create_cancellation ${tender} ${cancellation_data} |
@@ -741,7 +744,9 @@ Library openprocurement_client_helper.py | @@ -741,7 +744,9 @@ Library openprocurement_client_helper.py | ||
741 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 744 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
742 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} | 745 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
743 | ${response}= Call Method ${USERS.users['${username}'].client} upload_bid_document ${path} ${tender} ${bid_id} ${doc_type} | 746 | ${response}= Call Method ${USERS.users['${username}'].client} upload_bid_document ${path} ${tender} ${bid_id} ${doc_type} |
744 | - ${uploaded_file} = Create Dictionary filepath=${path} upload_response=${response} | 747 | + ${uploaded_file} = Create Dictionary |
748 | + ... filepath=${path} | ||
749 | + ... upload_response=${response} | ||
745 | Log object data ${uploaded_file} | 750 | Log object data ${uploaded_file} |
746 | [return] ${uploaded_file} | 751 | [return] ${uploaded_file} |
747 | 752 | ||
@@ -752,7 +757,9 @@ Library openprocurement_client_helper.py | @@ -752,7 +757,9 @@ Library openprocurement_client_helper.py | ||
752 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | 757 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
753 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} | 758 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
754 | ${response}= Call Method ${USERS.users['${username}'].client} update_bid_document ${path} ${tender} ${bid_id} ${docid} | 759 | ${response}= Call Method ${USERS.users['${username}'].client} update_bid_document ${path} ${tender} ${bid_id} ${docid} |
755 | - ${uploaded_file} = Create Dictionary filepath=${path} upload_response=${response} | 760 | + ${uploaded_file} = Create Dictionary |
761 | + ... filepath=${path} | ||
762 | + ... upload_response=${response} | ||
756 | Log object data ${uploaded_file} | 763 | Log object data ${uploaded_file} |
757 | [return] ${uploaded_file} | 764 | [return] ${uploaded_file} |
758 | 765 |
@@ -183,7 +183,10 @@ Get Broker Property By Username | @@ -183,7 +183,10 @@ Get Broker Property By Username | ||
183 | ${file_path}= Get Variable Value ${ARTIFACT_FILE} artifact.yaml | 183 | ${file_path}= Get Variable Value ${ARTIFACT_FILE} artifact.yaml |
184 | ${ARTIFACT}= load_data_from ${file_path} | 184 | ${ARTIFACT}= load_data_from ${file_path} |
185 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${tender_owner}']} access_token=${ARTIFACT.access_token} | 185 | Run Keyword And Ignore Error Set To Dictionary ${USERS.users['${tender_owner}']} access_token=${ARTIFACT.access_token} |
186 | - ${TENDER}= Create Dictionary TENDER_UAID=${ARTIFACT.tender_uaid} LAST_MODIFICATION_DATE=${ARTIFACT.last_modification_date} LOT_ID=${Empty} | 186 | + ${TENDER}= Create Dictionary |
187 | + ... TENDER_UAID=${ARTIFACT.tender_uaid} | ||
188 | + ... LAST_MODIFICATION_DATE=${ARTIFACT.last_modification_date} | ||
189 | + ... LOT_ID=${Empty} | ||
187 | ${lot_index}= Get Variable Value ${lot_index} 0 | 190 | ${lot_index}= Get Variable Value ${lot_index} 0 |
188 | Run Keyword And Ignore Error Set To Dictionary ${TENDER} LOT_ID=${ARTIFACT.lots[${lot_index}]} | 191 | Run Keyword And Ignore Error Set To Dictionary ${TENDER} LOT_ID=${ARTIFACT.lots[${lot_index}]} |
189 | ${MODE}= Get Variable Value ${MODE} ${ARTIFACT.mode} | 192 | ${MODE}= Get Variable Value ${MODE} ${ARTIFACT.mode} |
@@ -273,7 +276,10 @@ Get Broker Property By Username | @@ -273,7 +276,10 @@ Get Broker Property By Username | ||
273 | ... doc_content=${file_content} | 276 | ... doc_content=${file_content} |
274 | ... doc_id=${doc_id} | 277 | ... doc_id=${doc_id} |
275 | ${new_description}= create_fake_sentence | 278 | ${new_description}= create_fake_sentence |
276 | - ${cancellation_data}= Create Dictionary cancellation_reason=${cancellation_reason} document=${document} description=${new_description} | 279 | + ${cancellation_data}= Create Dictionary |
280 | + ... cancellation_reason=${cancellation_reason} | ||
281 | + ... document=${document} | ||
282 | + ... description=${new_description} | ||
277 | ${cancellation_data}= munchify ${cancellation_data} | 283 | ${cancellation_data}= munchify ${cancellation_data} |
278 | Set To Dictionary ${USERS.users['${username}']} cancellation_data=${cancellation_data} | 284 | Set To Dictionary ${USERS.users['${username}']} cancellation_data=${cancellation_data} |
279 | [Return] ${cancellation_data} | 285 | [Return] ${cancellation_data} |
Please
register
or
login
to post a comment