-
Optimal intervals
-
Add implementation of waiting for the end of the auction
-
Fix `Дочекатись дати початку *` in open* procedures
-
Single lot bid and caching fixes
-
Fix initial data caching
-
Fix initial data caching
-
Fix caching initial tender data
-
From initial_data=${tender_data} to initial_data=${adapted_data} It was copy-paste error.
-
Single lot auction url
-
SingleLot bid
-
Wait to start of enquiry period
-
The values are computed based on which brokers are active in current test suite. Even though the implementation is a bit complicated, explanation is very simple: The greatest value among currently used brokers is taken and then used everywhere. Each mode is independent, startDate and endDate are independent too.
-
In essence: * Rename `load_initial_data_from` to `load_data_from` and add a new optional argument `mode`; * Add early recursive merging of brokers' data and default values into `load_data_from`; * Thanks to early merging we no longer need to touch `Default` in resource files, so the old code which used to do that was removed. Even more, `Default` is no longer accessible through `${BROKERS}`.
-
openEU
-
Support for question ids
-
Unify tags
-
Fix bid error for aboveThreshold
-
Adapted intial data
-
In multiItemTender and singleItemTender
-
Make description fields unicode string
-
Отримати дані із тендера Conflicts: op_robot_tests/tests_files/contract.robot op_robot_tests/tests_files/openEU.robot op_robot_tests/tests_files/qualification.robot