fix(websocket): Added unit tests to CI + minor fix to pass it

This commit is contained in:
David Cermak
2023-05-16 18:36:39 +02:00
parent 247baeed22
commit c974c14220
9 changed files with 67 additions and 15 deletions

View File

@ -4,5 +4,5 @@
from pytest_embedded import Dut
def test_lwip(dut: Dut) -> None:
def test_mdns(dut: Dut) -> None:
dut.expect_unity_test_output()