Skip to content

Commit

Permalink
Merge pull request #53 from gorserg/add_test_awards
Browse files Browse the repository at this point in the history
Add test awards
  • Loading branch information
kroman0 committed Aug 9, 2016
2 parents 975a26e + 3cd428b commit 50e2989
Show file tree
Hide file tree
Showing 4 changed files with 5,572 additions and 3 deletions.
4 changes: 4 additions & 0 deletions openprocurement/tender/competitivedialogue/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,3 +879,7 @@ def set_status(self, status, extra=None):

test_features_tender_eu_data = test_features_tender_data.copy()
test_features_tender_eu_data['procurementMethodType'] = CD_EU_TYPE

author = deepcopy(test_bids[0]["tenderers"][0])
author['identifier']['id'] = test_shortlistedFirms[0]['identifier']['id']
author['identifier']['scheme'] = test_shortlistedFirms[0]['identifier']['scheme']

0 comments on commit 50e2989

Please sign in to comment.