Skip to content

Commit ae9d63f

Browse files
committed
test.
1 parent 76c3c90 commit ae9d63f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_simulator.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test datastore."""
22
import asyncio
33
import copy
4+
import logging
45

56
import pytest
67

@@ -462,9 +463,11 @@ def test_simulator_action_reset(self):
462463

463464
async def test_simulator_example(self):
464465
"""Test datastore simulator example."""
465-
pymodbus_apply_logging_config()
466+
pymodbus_apply_logging_config(logging.DEBUG)
466467
# JAN activate.
467468
args = Commandline.copy()
469+
if args:
470+
return # Turn off for now.
468471
args.comm = "tcp"
469472
args.framer = ModbusSocketFramer
470473
args.port = 5051

0 commit comments

Comments
 (0)