Skip to content

Commit aa5cdf0

Browse files
authored
Remove tornado/twister from test and examples. (#903)
Isolate examples that uses tornado/twister to a new subdirectory. Remove tornado/twister from test, these should be rewritten as asyncio tests.
1 parent 767bac8 commit aa5cdf0

20 files changed

+652
-263
lines changed

.coveragerc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,19 @@ omit =
44
pymodbus/internal/*
55
pymodbus/server/asyncio.py
66
pymodbus/server/reactive/*
7+
8+
test/TO_DO_REWRITE
9+
examples/common/tornado_twister
10+
examples/contrib/tornado_twister
11+
12+
pymodbus/client/asynchronous/__init__.py
13+
pymodbus/client/asynchronous/deprecated/*
14+
pymodbus/client/asynchronous/thread.py
15+
pymodbus/client/asynchronous/tornado/*
16+
pymodbus/client/asynchronous/twisted/*
17+
pymodbus/client/factory/serial.py
18+
pymodbus/client/factory/tcp.py
19+
pymodbus/client/factory/udp.py
20+
pymodbus/server/async_io.py
21+
pymodbus/server/asynchronous.py
22+
version.py
File renamed without changes.

examples/common/async_tornado_client_serial.py renamed to examples/common/tornado_twister/async_tornado_client_serial.pyX

File renamed without changes.
File renamed without changes.

examples/common/async_twisted_client_serial.py renamed to examples/common/tornado_twister/async_twisted_client_serial.pyX

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)