Skip to content

Commit 747778b

Browse files
committed
test_custom_msg failing.
1 parent 95fb912 commit 747778b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/sub_examples/test_client_server_sync.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_combinations(
5858
ServerStop()
5959

6060
@pytest.mark.parametrize("port_offset", [10])
61+
@pytest.mark.parametrize("use_host", ["localhost"])
6162
@pytest.mark.parametrize(
6263
("use_comm", "use_framer", "use_port"),
6364
USE_CASES,
@@ -72,6 +73,7 @@ def test_server_no_client(self, mock_cls):
7273
ServerStop()
7374

7475
@pytest.mark.parametrize("port_offset", [20])
76+
@pytest.mark.parametrize("use_host", ["localhost"])
7577
@pytest.mark.parametrize(
7678
("use_comm", "use_framer", "use_port"),
7779
USE_CASES,
@@ -92,6 +94,7 @@ def test_server_client_twice(self, mock_cls, mock_clc, use_comm):
9294
ServerStop()
9395

9496
@pytest.mark.parametrize("port_offset", [30])
97+
@pytest.mark.parametrize("use_host", ["localhost"])
9598
@pytest.mark.parametrize(
9699
("use_comm", "use_framer", "use_port"),
97100
USE_CASES,

test/sub_examples/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ async def test_client_calls(self, mock_server):
6767
test_client = setup_async_client(cmdline=cmdline)
6868
await run_async_client(test_client, modbus_calls=run_async_calls)
6969

70+
@pytest.mark.parametrize("use_host", ["localhost"])
7071
@pytest.mark.parametrize(
7172
("use_comm", "use_framer", "use_port"),
7273
[

0 commit comments

Comments
 (0)