Commit 8b47ffdfaabd2fa5404e6e6bf87540dfacf3d702
1 parent
ba61e2de
Add documentation to limited section
Showing
1 changed file
with
38 additions
and
0 deletions
... | ... | @@ -323,6 +323,10 @@ Library openprocurement_client_helper.py |
323 | 323 | ############################################################################## |
324 | 324 | |
325 | 325 | Модифікувати закупівлю |
326 | + [Documentation] | |
327 | + ... [Arguments] Username and tender uaid | |
328 | + ... Find tender using uaid, get data from modify_tender and call patch_tender | |
329 | + ... [Return] Nothing | |
326 | 330 | [Arguments] ${username} ${tender_uaid} |
327 | 331 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
328 | 332 | ${data}= modify_tender ${tender['data']['id']} ${tender['access']['token']} |
... | ... | @@ -332,6 +336,10 @@ Library openprocurement_client_helper.py |
332 | 336 | |
333 | 337 | |
334 | 338 | Додати постачальника |
339 | + [Documentation] | |
340 | + ... [Arguments] Username and tender uaid | |
341 | + ... Find tender using uaid, get data from test_supplier_data and call create_award | |
342 | + ... [Return] Nothing | |
335 | 343 | [Arguments] ${username} ${tender_uaid} |
336 | 344 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
337 | 345 | ${supplier_data}= test_supplier_data |
... | ... | @@ -341,6 +349,10 @@ Library openprocurement_client_helper.py |
341 | 349 | |
342 | 350 | |
343 | 351 | Підтвердити постачальника |
352 | + [Documentation] | |
353 | + ... [Arguments] Username, tender uaid and number of the award to confirm | |
354 | + ... Find tender using uaid, get data from confirm_supplier and call patch_award | |
355 | + ... [Return] Nothing | |
344 | 356 | [Arguments] ${username} ${tender_uaid} ${award_num} |
345 | 357 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
346 | 358 | ${data}= confirm_supplier ${tender['data']['awards'][${award_num}]['id']} |
... | ... | @@ -350,6 +362,11 @@ Library openprocurement_client_helper.py |
350 | 362 | |
351 | 363 | |
352 | 364 | Додати запит на скасування |
365 | + [Documentation] | |
366 | + ... [Arguments] Username and tender uaid | |
367 | + ... Find tender using uaid, set cancellation reason, get data from cancel_tender | |
368 | + ... and call create_cancellation | |
369 | + ... [Return] Nothing | |
353 | 370 | [Arguments] ${username} ${tender_uaid} |
354 | 371 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
355 | 372 | ${CANCELLATION_REASON} Set variable prost :)) |
... | ... | @@ -361,6 +378,10 @@ Library openprocurement_client_helper.py |
361 | 378 | |
362 | 379 | |
363 | 380 | Завантажити документацію до запиту на скасування |
381 | + [Documentation] | |
382 | + ... [Arguments] Username, tender uaid and number of cancellation | |
383 | + ... Find tender using uaid, create fake documentation and call upload_cancellation_document | |
384 | + ... [Return] Nothing | |
364 | 385 | [Arguments] ${username} ${tender_uaid} ${cancel_num} |
365 | 386 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
366 | 387 | ${FIRST_CANCELLATION_DOCUMENT}= create_fake_doc |
... | ... | @@ -370,6 +391,11 @@ Library openprocurement_client_helper.py |
370 | 391 | |
371 | 392 | |
372 | 393 | Змінити опис документа в скасуванні |
394 | + [Documentation] | |
395 | + ... [Arguments] Username, tender uaid, cancellation number and cancellation document number | |
396 | + ... Find tender using uaid, get data from change_cancellation_document_field and call | |
397 | + ... patch_cancellation_document | |
398 | + ... [Return] Nothing | |
373 | 399 | [Arguments] ${username} ${tender_uaid} ${cancel_num} ${doc_num} |
374 | 400 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
375 | 401 | ${CANCELLATION_DOCUMENT_DESCRIPTION} Set variable test description |
... | ... | @@ -382,6 +408,10 @@ Library openprocurement_client_helper.py |
382 | 408 | |
383 | 409 | |
384 | 410 | Завантажити нову версію документа до запиту на скасування |
411 | + [Documentation] | |
412 | + ... [Arguments] Username, tender uaid, cancallation number and cancellation document number | |
413 | + ... Find tender using uaid, create fake documentation and call update_cancellation_document | |
414 | + ... [Return] Nothing | |
385 | 415 | [Arguments] ${username} ${tender_uaid} ${cancel_num} ${doc_num} |
386 | 416 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
387 | 417 | ${SECOND_CANCELLATION_DOCUMENT}= create_fake_doc |
... | ... | @@ -392,6 +422,10 @@ Library openprocurement_client_helper.py |
392 | 422 | |
393 | 423 | |
394 | 424 | Підтвердити скасування закупівлі |
425 | + [Documentation] | |
426 | + ... [Arguments] Username, tender uaid, cancellation number | |
427 | + ... Find tender using uaid, get cancellation confirmation data and call patch_cancellation | |
428 | + ... [Return] Nothing | |
395 | 429 | [Arguments] ${username} ${tender_uaid} ${cancel_num} |
396 | 430 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
397 | 431 | ${data}= confirm_cancellation ${tender['data']['cancellations'][${cancel_num}]['id']} |
... | ... | @@ -401,6 +435,10 @@ Library openprocurement_client_helper.py |
401 | 435 | |
402 | 436 | |
403 | 437 | Підтвердити підписання контракту |
438 | + [Documentation] | |
439 | + ... [Arguments] Username, tender uaid, contract number | |
440 | + ... Find tender using uaid, get contract confirmation data and call patch_contract | |
441 | + ... [Return] Nothing | |
404 | 442 | [Arguments] ${username} ${tender_uaid} ${contract_num} |
405 | 443 | ${tender}= Викликати для учасника ${username} Пошук тендера по ідентифікатору ${tender_uaid} |
406 | 444 | ${data}= confirm_contract ${tender['data']['contracts'][${contract_num}]['id']} | ... | ... |
Please
register
or
login
to post a comment