Add 'car/' from commit 'eee0e8dc445691e600680f4abc77f2814b20b054'
git-subtree-dir: car git-subtree-mainline:1d29a5526cgit-subtree-split:eee0e8dc44
This commit is contained in:
13
car/tests/test_commander.py
Normal file
13
car/tests/test_commander.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import unittest
|
||||
import Messaging.mqttsession as ms
|
||||
|
||||
class TestCommander(unittest.TestCase):
|
||||
ms.client = FakeMQTT()
|
||||
|
||||
class FakeMQTT:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def add_subsc
|
||||
|
||||
Reference in New Issue
Block a user