We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be80779 commit e1bd30eCopy full SHA for e1bd30e
tests/__init__.py
tests/test_repl_client.py
@@ -1,9 +1,10 @@
1
"""Test client sync."""
2
from contextlib import suppress
3
4
-from pymodbus.repl.client.main import _process_args
5
from pymodbus.server.reactive.default_config import DEFAULT_CONFIG
6
+from pymodbus_repl.client.main import _process_args
7
+
8
9
def test_repl_default_config():
10
"""Test default config can be loaded."""
0 commit comments