Skip to content

Commit 37d17b4

Browse files
authored
Update test_cstv.py
1 parent 5f05acb commit 37d17b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_cstv.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313

1414
class TestFunctions(unittest.TestCase):
1515
def setUp(self):
16-
1716
self.projects = Instance([Project("A", 27),Project("B", 30),Project("C", 40)])
1817
self.donors = [CumulativeBallot({"A": 5, "B": 10, "C": 5}), CumulativeBallot({"A": 10, "B": 10, "C": 0}), CumulativeBallot({"A": 0, "B": 15, "C": 5}), CumulativeBallot({"A": 0, "B": 0, "C": 20}), CumulativeBallot({"A": 15, "B": 5, "C": 0})]
1918

20-
2119
def test_cstv_budgeting_with_zero_budget(self):
2220
for donor in self.donors:
2321
for key in donor.keys():

0 commit comments

Comments
 (0)