Skip to content

Commit

Permalink
Update test_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 20, 2024
1 parent d80407f commit d7e2a5d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/unittests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,7 @@
WS_CONF = {"websocket": {"host": "testhost", "port": 1337, "route": "/core", "ssl": False}}


class TestClient(unittest.TestCase):
def test_echo(self):
from ovos_bus_client.client.client import echo

# TODO

def test_inheritance(self):
from mycroft_bus_client.client import MessageBusClient as _Client

self.assertTrue(issubclass(MessageBusClient, _Client))


class TestMessageBusClient(unittest.TestCase):
from ovos_bus_client.client.client import MessageBusClient

client = MessageBusClient()

def test_build_url(self):
Expand Down

0 comments on commit d7e2a5d

Please sign in to comment.