-
Create and delete items by item id
-
Remake tender creation and update modes
-
Rewrite prepare_test_tender_data in alphabetical order Update initial tenders data Rename `test_meat_tender_data` -> `test_tender_data_meat` Add new modes: `meat`, `multiItem`, `multiLot` Update tender creation to work with this changes Unify tender creation in that test suites.
-
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