pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.17k stars 891 forks source link

Divide transport test in real socket and null modem. #2000

Closed janiversen closed 4 months ago

janiversen commented 4 months ago

In order to speedup testing, the transport tests needs to be divided in 3 parts:

Later all other tests need to use NULLMODEM.

Suggestion make a mock_socket for sync as well ?

janiversen commented 4 months ago

Done.