Add message and ballot voter tests.

This commit is contained in:
Michael Pivato
2019-02-07 07:03:36 +10:30
parent 71f7a0d8a4
commit 2a65d80dea
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import unittest
from DecisionSystem.CentralisedDecision.ballotvoter import BallotVoter
class TestBallotVoter(unittest.TestCase):
def setUp(self):
pass