from openprocurement.api.utils import get_now, apply_data_patch from openprocurement.api.constants import SANDBOX_MODE from openprocurement.tender.openua.tests.base import ( now, test_features_tender_data, BaseTenderUAWebTest as BaseTenderWebTest, ) from openprocurement.tender.belowthreshold.tests.base import ( test_procuringEntity as test_procuringEntity_api, test_tender_data as test_tender_data_api, ) from openprocurement.api.utils import apply_data_patch test_tender_data = test_tender_ua_data = test_tender_data_api.copy() test_tender_data["procurementMethodType"] = "aboveThresholdUA.defense" test_procuringEntity = test_procuringEntity_api.copy() test_procuringEntity["kind"] = "defense" test_contactPoint = test_procuringEntity_api["contactPoint"].copy() test_contactPoint["availableLanguage"] = "uk" test_procuringEntity["contactPoint"] = test_contactPoint test_procuringEntity["additionalContactPoints"] = [test_contactPoint.copy()] test_tender_data["procuringEntity"] = test_procuringEntity del test_tender_data["enquiryPeriod"] test_tender_data["tenderPeriod"] = { "endDate": (now + timedelta(days=16)).isoformat() } test_tender_data["items"] = [{ "description": u"футляри до державних нагород", "description_en": u"Cases for state awards",
from openprocurement.api.constants import SANDBOX_MODE from openprocurement.tender.openua.tests.base import ( now, test_features_tender_data, BaseTenderUAWebTest as BaseTenderWebTest ) from openprocurement.tender.belowthreshold.tests.base import ( test_procuringEntity as test_procuringEntity_api, test_tender_data as test_tender_data_api, ) from openprocurement.api.utils import apply_data_patch test_tender_data = test_tender_ua_data = test_tender_data_api.copy() test_tender_data['procurementMethodType'] = "aboveThresholdUA.defense" test_procuringEntity = test_procuringEntity_api.copy() test_procuringEntity["kind"] = "defense" test_contactPoint = test_procuringEntity_api["contactPoint"].copy() test_contactPoint["availableLanguage"] = 'uk' test_procuringEntity["contactPoint"] = test_contactPoint test_procuringEntity["additionalContactPoints"] = [test_contactPoint.copy()] test_tender_data["procuringEntity"] = test_procuringEntity del test_tender_data["enquiryPeriod"] test_tender_data["tenderPeriod"] = { "endDate": (now + timedelta(days=16)).isoformat() } test_tender_data["items"] = [{ "description": u"футляри до державних нагород", "description_en": u"Cases for state awards", "classification": { "scheme": u"ДК021",