From 78a8cf75969f68b39da8c4facbb1766366186098 Mon Sep 17 00:00:00 2001 From: Scandie Date: Fri, 20 Apr 2018 14:46:43 +0300 Subject: [PATCH] Add new plugins support * Update tests configuration --- openprocurement/chronograph/tests/base.py | 1 + openprocurement/chronograph/tests/plugins.yaml | 7 +++++++ openprocurement/chronograph/tests/tests.ini | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 openprocurement/chronograph/tests/plugins.yaml diff --git a/openprocurement/chronograph/tests/base.py b/openprocurement/chronograph/tests/base.py index 63a3e7d..b7aca57 100644 --- a/openprocurement/chronograph/tests/base.py +++ b/openprocurement/chronograph/tests/base.py @@ -15,6 +15,7 @@ except ImportError: now = datetime.now() test_auction_data = { + "procurementMethodType": "exampleBelowThreshold", "title": u"футляри до державних нагород", "procuringEntity": { "name": u"Державне управління справами", diff --git a/openprocurement/chronograph/tests/plugins.yaml b/openprocurement/chronograph/tests/plugins.yaml new file mode 100644 index 0000000..79d393b --- /dev/null +++ b/openprocurement/chronograph/tests/plugins.yaml @@ -0,0 +1,7 @@ +--- +auctions.core: + plugins: + auctions.flash: + aliases: [] + use_default: true + migration: false diff --git a/openprocurement/chronograph/tests/tests.ini b/openprocurement/chronograph/tests/tests.ini index 5804c57..59cda95 100644 --- a/openprocurement/chronograph/tests/tests.ini +++ b/openprocurement/chronograph/tests/tests.ini @@ -12,7 +12,7 @@ pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.debug_templates = true pyramid.default_locale_name = en -plugins = auctions.core,auctions.flash +plugins = %(here)s/plugins.yaml [server:main] use = egg:chaussette