Move root car to pycar, put other pycar back to car.
This commit is contained in:
8
pycar/tests/test_ballot_voter.py
Normal file
8
pycar/tests/test_ballot_voter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import unittest
|
||||
from DecisionSystem.CentralisedDecision.ballotvoter import BallotVoter
|
||||
|
||||
class TestBallotVoter(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user