Skip to content

Commit

Permalink
Update tests considering refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Nov 6, 2017
1 parent e0ac6c2 commit 16d6aa0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ parts = test
develop = .
extensions = mr.developer
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
auto-checkout = openprocurement.api openprocurement.contracting.api openprocurement.archivarius.core
auto-checkout = openprocurement.api openprocurement.contracting.api openprocurement.archivarius.core openprocurement.tender.core openprocurement.tender.belowthreshold
index = https://pypi.python.org/simple

[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=a285033184553995_asymmetric_encryption
openprocurement.contracting.api = git https://github.com/openprocurement/openprocurement.contracting.api.git branch=a285033184553995_asymmetric_encryption
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=master
openprocurement.contracting.api = git https://github.com/openprocurement/openprocurement.contracting.api.git branch=master
openprocurement.archivarius.core = git https://github.com/openprocurement/openprocurement.archivarius.core.git branch=master
openprocurement.tender.core = git https://github.com/openprocurement/openprocurement.tender.core branch=master
openprocurement.tender.belowthreshold = git https://github.com/openprocurement/openprocurement.tender.belowthreshold branch=master

[test]
recipe = zc.recipe.egg:scripts
Expand Down
3 changes: 2 additions & 1 deletion openprocurement/archivarius/contracts/tests/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
import os
import webtest
from openprocurement.contracting.api.tests.base import BaseContractWebTest, PrefixedRequestClass
from openprocurement.api.tests.base import PrefixedRequestClass
from openprocurement.contracting.api.tests.base import BaseContractWebTest


class BaseContractArchivariusWebTest(BaseContractWebTest):
Expand Down
2 changes: 1 addition & 1 deletion openprocurement/archivarius/contracts/tests/tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
plugins = belowThreshold,archivarius.contracts,contracting
plugins = api,tender_core,belowThreshold,archivarius.contracts,contracting

[server:main]
use = egg:chaussette
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'webtest',
'python-coveralls',
'nose',
'mock'
'mock',
'openprocurement.tender.belowthreshold',
]

entry_points = {
Expand Down

0 comments on commit 16d6aa0

Please sign in to comment.