1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00
2017-09-13 10:12:47 +03:00

14 lines
316 B
Python

import logging
import unittest
from demo import demo_all
from pylegoboost.comms import ConnectionMock, DebugServerConnection
logging.basicConfig(level=logging.DEBUG)
class GeneralTest(unittest.TestCase):
def test_capabilities(self):
#conn = ConnectionMock()
demo_all(DebugServerConnection())