Commit ec68bb07d2cf0d77dae5547a75990d8a94dd0e65

Authored by kosaniak
Committed by GitHub
2 parents 97828fc9 bf4d0679

Merge pull request #733 from kosaniak/accreditation

Set broker name
@@ -40,6 +40,7 @@ eggs = @@ -40,6 +40,7 @@ eggs =
40 robot_tests.broker.aps 40 robot_tests.broker.aps
41 robot_tests.broker.kapitalist 41 robot_tests.broker.kapitalist
42 robot_tests.broker.pzo 42 robot_tests.broker.pzo
  43 + robot_tests.broker.tendersallbiz
43 44
44 interpreter = python_interpreter 45 interpreter = python_interpreter
45 # The following piece of code changes the default output format of Munch 46 # The following piece of code changes the default output format of Munch
@@ -60,28 +61,29 @@ gh = git://github.com/ @@ -60,28 +61,29 @@ gh = git://github.com/
60 gh_push = git@github.com: 61 gh_push = git@github.com:
61 62
62 [sources] 63 [sources]
63 -barbecue = git ${remotes:gh}openprocurement/barbecue.git  
64 -openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git branch=use_requests  
65 -robot_tests.broker.alltenders = git ${remotes:gh}openprocurement/robot_tests.broker.alltenders.git  
66 -robot_tests.broker.aladdin = git ${remotes:gh}openprocurement/robot_tests.broker.aladdin.git  
67 -robot_tests.broker.dzo = git ${remotes:gh}openprocurement/robot_tests.broker.dzo.git  
68 -robot_tests.broker.25h8 = git ${remotes:gh}openprocurement/robot_tests.broker.25h8.git  
69 -robot_tests.broker.ztv = git ${remotes:gh}openprocurement/robot_tests.broker.ztv.git  
70 -robot_tests.broker.etender = git ${remotes:gh}openprocurement/robot_tests.broker.etender.git  
71 -robot_tests.broker.newtend = git ${remotes:gh}openprocurement/robot_tests.broker.newtend.git  
72 -robot_tests.broker.privatmarket = git ${remotes:gh}openprocurement/robot_tests.broker.privatmarket.git  
73 -robot_tests.broker.prom = git ${remotes:gh}openprocurement/robot_tests.broker.prom.git  
74 -robot_tests.broker.publicbid = git ${remotes:gh}openprocurement/robot_tests.broker.publicbid.git  
75 -robot_tests.broker.publicportal = git ${remotes:gh}openprocurement/robot_tests.broker.publicportal.git  
76 -robot_tests.broker.smarttender = git ${remotes:gh}openprocurement/robot_tests.broker.smarttender.git  
77 -robot_tests.broker.uatenders = git ${remotes:gh}openprocurement/robot_tests.broker.uatenders.git  
78 -robot_tests.broker.ubiz = git ${remotes:gh}openprocurement/robot_tests.broker.ubiz.git  
79 -robot_tests.broker.zakpro = git ${remotes:gh}openprocurement/robot_tests.broker.zakpro.git  
80 -robot_tests.broker.proztorg = git ${remotes:gh}openprocurement/robot_tests.broker.proztorg.git  
81 -robot_tests.broker.uub = git ${remotes:gh}openprocurement/robot_tests.broker.uub.git  
82 -robot_tests.broker.aps = git ${remotes:gh}openprocurement/robot_tests.broker.aps.git  
83 -robot_tests.broker.kapitalist = git ${remotes:gh}openprocurement/robot_tests.broker.kapitalist.git  
84 -robot_tests.broker.pzo = git ${remotes:gh}openprocurement/robot_tests.broker.pzo.git 64 +barbecue = git ${remotes:gh}openprocurement/barbecue.git
  65 +openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git branch=use_requests
  66 +robot_tests.broker.alltenders = git ${remotes:gh}openprocurement/robot_tests.broker.alltenders.git
  67 +robot_tests.broker.aladdin = git ${remotes:gh}openprocurement/robot_tests.broker.aladdin.git
  68 +robot_tests.broker.dzo = git ${remotes:gh}openprocurement/robot_tests.broker.dzo.git
  69 +robot_tests.broker.25h8 = git ${remotes:gh}openprocurement/robot_tests.broker.25h8.git
  70 +robot_tests.broker.ztv = git ${remotes:gh}openprocurement/robot_tests.broker.ztv.git
  71 +robot_tests.broker.etender = git ${remotes:gh}openprocurement/robot_tests.broker.etender.git
  72 +robot_tests.broker.newtend = git ${remotes:gh}openprocurement/robot_tests.broker.newtend.git
  73 +robot_tests.broker.privatmarket = git ${remotes:gh}openprocurement/robot_tests.broker.privatmarket.git
  74 +robot_tests.broker.prom = git ${remotes:gh}openprocurement/robot_tests.broker.prom.git
  75 +robot_tests.broker.publicbid = git ${remotes:gh}openprocurement/robot_tests.broker.publicbid.git
  76 +robot_tests.broker.publicportal = git ${remotes:gh}openprocurement/robot_tests.broker.publicportal.git
  77 +robot_tests.broker.smarttender = git ${remotes:gh}openprocurement/robot_tests.broker.smarttender.git
  78 +robot_tests.broker.tendersallbiz = git ${remotes:gh}openprocurement/robot_tests.broker.tendersallbiz.git
  79 +robot_tests.broker.uatenders = git ${remotes:gh}openprocurement/robot_tests.broker.uatenders.git
  80 +robot_tests.broker.ubiz = git ${remotes:gh}openprocurement/robot_tests.broker.ubiz.git
  81 +robot_tests.broker.zakpro = git ${remotes:gh}openprocurement/robot_tests.broker.zakpro.git
  82 +robot_tests.broker.proztorg = git ${remotes:gh}openprocurement/robot_tests.broker.proztorg.git
  83 +robot_tests.broker.uub = git ${remotes:gh}openprocurement/robot_tests.broker.uub.git
  84 +robot_tests.broker.aps = git ${remotes:gh}openprocurement/robot_tests.broker.aps.git
  85 +robot_tests.broker.kapitalist = git ${remotes:gh}openprocurement/robot_tests.broker.kapitalist.git
  86 +robot_tests.broker.pzo = git ${remotes:gh}openprocurement/robot_tests.broker.pzo.git
85 87
86 [versions] 88 [versions]
87 Faker = 0.7.7 89 Faker = 0.7.7
@@ -7565,7 +7565,7 @@ @@ -7565,7 +7565,7 @@
7565 "description": "Ibuprofen", 7565 "description": "Ibuprofen",
7566 "id": "ibuprofen" 7566 "id": "ibuprofen"
7567 }, 7567 },
7568 - { 7568 + {
7569 "scheme": "ATC", 7569 "scheme": "ATC",
7570 "description": "ibuprofen", 7570 "description": "ibuprofen",
7571 "id": "M01AE01" 7571 "id": "M01AE01"
@@ -7585,7 +7585,7 @@ @@ -7585,7 +7585,7 @@
7585 "description": "Clonidine", 7585 "description": "Clonidine",
7586 "id": "clonidine" 7586 "id": "clonidine"
7587 }, 7587 },
7588 - { 7588 + {
7589 "scheme": "ATC", 7589 "scheme": "ATC",
7590 "description": "clonidine", 7590 "description": "clonidine",
7591 "id": "C02AC01" 7591 "id": "C02AC01"
@@ -7605,7 +7605,7 @@ @@ -7605,7 +7605,7 @@
7605 "description": "Insulin (human)", 7605 "description": "Insulin (human)",
7606 "id": "insulin (human)" 7606 "id": "insulin (human)"
7607 }, 7607 },
7608 - { 7608 + {
7609 "scheme": "ATC", 7609 "scheme": "ATC",
7610 "description": "insulin (human)", 7610 "description": "insulin (human)",
7611 "id": "A10AB01" 7611 "id": "A10AB01"
@@ -7625,7 +7625,7 @@ @@ -7625,7 +7625,7 @@
7625 "description": "Lactulose", 7625 "description": "Lactulose",
7626 "id": "lactulose" 7626 "id": "lactulose"
7627 }, 7627 },
7628 - { 7628 + {
7629 "scheme": "ATC", 7629 "scheme": "ATC",
7630 "description": "lactulose", 7630 "description": "lactulose",
7631 "id": "A06AD11" 7631 "id": "A06AD11"
@@ -7645,7 +7645,7 @@ @@ -7645,7 +7645,7 @@
7645 "description": "Piracetam", 7645 "description": "Piracetam",
7646 "id": "piracetam" 7646 "id": "piracetam"
7647 }, 7647 },
7648 - { 7648 + {
7649 "scheme": "ATC", 7649 "scheme": "ATC",
7650 "description": "piracetam", 7650 "description": "piracetam",
7651 "id": "N06BX03" 7651 "id": "N06BX03"
@@ -7665,7 +7665,7 @@ @@ -7665,7 +7665,7 @@
7665 "description": "Atracurium", 7665 "description": "Atracurium",
7666 "id": "atracurium" 7666 "id": "atracurium"
7667 }, 7667 },
7668 - { 7668 + {
7669 "scheme": "ATC", 7669 "scheme": "ATC",
7670 "description": "atracurium", 7670 "description": "atracurium",
7671 "id": "M03AC04" 7671 "id": "M03AC04"
@@ -7685,7 +7685,7 @@ @@ -7685,7 +7685,7 @@
7685 "description": "Moxifloxacin", 7685 "description": "Moxifloxacin",
7686 "id": "moxifloxacin" 7686 "id": "moxifloxacin"
7687 }, 7687 },
7688 - { 7688 + {
7689 "scheme": "ATC", 7689 "scheme": "ATC",
7690 "description": "moxifloxacin", 7690 "description": "moxifloxacin",
7691 "id": "S01AE07" 7691 "id": "S01AE07"
Please register or login to post a comment