From 82fc705c0e29d7468675e54c48a83d6816e6a453 Mon Sep 17 00:00:00 2001 From: flandre Date: Sun, 11 May 2025 15:50:08 +0800 Subject: [PATCH] move legacy test --- flandre/pathconfig.py | 0 test/{ => legacy}/avencode.py | 0 test/{ => legacy}/driver_pull.py | 0 test/{ => legacy}/drivercmd.py | 0 test/{ => legacy}/kdemain.py | 0 test/{ => legacy}/kill.py | 0 test/{ => legacy}/main.ipynb | 0 test/{ => legacy}/main.py | 0 test/{ => legacy}/process_b.py | 0 test/{ => legacy}/process_leagacy.py | 0 test/{ => legacy}/qtonly.py | 0 test/{ => legacy}/qtstyles.py | 0 test/{ => legacy}/realtimeplot.py | 0 test/{ => legacy}/rtc.py | 0 test/{ => legacy}/so.py | 0 test/{ => legacy}/tcp.py | 0 test/{ => legacy}/test.py | 0 test/{ => legacy}/test.ui | 0 test/{ => legacy}/test2.py | 0 test/{ => legacy}/test2ui.py | 0 test/{ => legacy}/testDevice.py | 0 test/{ => legacy}/test_ffmpeg_stdout.py | 0 test/{ => legacy}/test_process_cupy.py | 0 test/{ => legacy}/test_zmq_req_clientr.py | 0 test/{ => legacy}/test_zmq_req_server.py | 0 test/{ => legacy}/testcupy.py | 0 test/{ => legacy}/testdevicegui.py | 0 test/{ => legacy}/testdevicerecv.py | 0 test/{ => legacy}/testmiio.py | 0 test/{ => legacy}/testpy.py | 0 test/{ => legacy}/testrobotremotecontrol.py | 0 test/{ => legacy}/winmain.py | 0 test/{ => legacy}/zmqlargetest.py | 0 test/{ => legacy}/zmqmyclasstest.py | 0 34 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 flandre/pathconfig.py rename test/{ => legacy}/avencode.py (100%) rename test/{ => legacy}/driver_pull.py (100%) rename test/{ => legacy}/drivercmd.py (100%) rename test/{ => legacy}/kdemain.py (100%) rename test/{ => legacy}/kill.py (100%) rename test/{ => legacy}/main.ipynb (100%) rename test/{ => legacy}/main.py (100%) rename test/{ => legacy}/process_b.py (100%) rename test/{ => legacy}/process_leagacy.py (100%) rename test/{ => legacy}/qtonly.py (100%) rename test/{ => legacy}/qtstyles.py (100%) rename test/{ => legacy}/realtimeplot.py (100%) rename test/{ => legacy}/rtc.py (100%) rename test/{ => legacy}/so.py (100%) rename test/{ => legacy}/tcp.py (100%) rename test/{ => legacy}/test.py (100%) rename test/{ => legacy}/test.ui (100%) rename test/{ => legacy}/test2.py (100%) rename test/{ => legacy}/test2ui.py (100%) rename test/{ => legacy}/testDevice.py (100%) rename test/{ => legacy}/test_ffmpeg_stdout.py (100%) rename test/{ => legacy}/test_process_cupy.py (100%) rename test/{ => legacy}/test_zmq_req_clientr.py (100%) rename test/{ => legacy}/test_zmq_req_server.py (100%) rename test/{ => legacy}/testcupy.py (100%) rename test/{ => legacy}/testdevicegui.py (100%) rename test/{ => legacy}/testdevicerecv.py (100%) rename test/{ => legacy}/testmiio.py (100%) rename test/{ => legacy}/testpy.py (100%) rename test/{ => legacy}/testrobotremotecontrol.py (100%) rename test/{ => legacy}/winmain.py (100%) rename test/{ => legacy}/zmqlargetest.py (100%) rename test/{ => legacy}/zmqmyclasstest.py (100%) diff --git a/flandre/pathconfig.py b/flandre/pathconfig.py new file mode 100644 index 0000000..e69de29 diff --git a/test/avencode.py b/test/legacy/avencode.py similarity index 100% rename from test/avencode.py rename to test/legacy/avencode.py diff --git a/test/driver_pull.py b/test/legacy/driver_pull.py similarity index 100% rename from test/driver_pull.py rename to test/legacy/driver_pull.py diff --git a/test/drivercmd.py b/test/legacy/drivercmd.py similarity index 100% rename from test/drivercmd.py rename to test/legacy/drivercmd.py diff --git a/test/kdemain.py b/test/legacy/kdemain.py similarity index 100% rename from test/kdemain.py rename to test/legacy/kdemain.py diff --git a/test/kill.py b/test/legacy/kill.py similarity index 100% rename from test/kill.py rename to test/legacy/kill.py diff --git a/test/main.ipynb b/test/legacy/main.ipynb similarity index 100% rename from test/main.ipynb rename to test/legacy/main.ipynb diff --git a/test/main.py b/test/legacy/main.py similarity index 100% rename from test/main.py rename to test/legacy/main.py diff --git a/test/process_b.py b/test/legacy/process_b.py similarity index 100% rename from test/process_b.py rename to test/legacy/process_b.py diff --git a/test/process_leagacy.py b/test/legacy/process_leagacy.py similarity index 100% rename from test/process_leagacy.py rename to test/legacy/process_leagacy.py diff --git a/test/qtonly.py b/test/legacy/qtonly.py similarity index 100% rename from test/qtonly.py rename to test/legacy/qtonly.py diff --git a/test/qtstyles.py b/test/legacy/qtstyles.py similarity index 100% rename from test/qtstyles.py rename to test/legacy/qtstyles.py diff --git a/test/realtimeplot.py b/test/legacy/realtimeplot.py similarity index 100% rename from test/realtimeplot.py rename to test/legacy/realtimeplot.py diff --git a/test/rtc.py b/test/legacy/rtc.py similarity index 100% rename from test/rtc.py rename to test/legacy/rtc.py diff --git a/test/so.py b/test/legacy/so.py similarity index 100% rename from test/so.py rename to test/legacy/so.py diff --git a/test/tcp.py b/test/legacy/tcp.py similarity index 100% rename from test/tcp.py rename to test/legacy/tcp.py diff --git a/test/test.py b/test/legacy/test.py similarity index 100% rename from test/test.py rename to test/legacy/test.py diff --git a/test/test.ui b/test/legacy/test.ui similarity index 100% rename from test/test.ui rename to test/legacy/test.ui diff --git a/test/test2.py b/test/legacy/test2.py similarity index 100% rename from test/test2.py rename to test/legacy/test2.py diff --git a/test/test2ui.py b/test/legacy/test2ui.py similarity index 100% rename from test/test2ui.py rename to test/legacy/test2ui.py diff --git a/test/testDevice.py b/test/legacy/testDevice.py similarity index 100% rename from test/testDevice.py rename to test/legacy/testDevice.py diff --git a/test/test_ffmpeg_stdout.py b/test/legacy/test_ffmpeg_stdout.py similarity index 100% rename from test/test_ffmpeg_stdout.py rename to test/legacy/test_ffmpeg_stdout.py diff --git a/test/test_process_cupy.py b/test/legacy/test_process_cupy.py similarity index 100% rename from test/test_process_cupy.py rename to test/legacy/test_process_cupy.py diff --git a/test/test_zmq_req_clientr.py b/test/legacy/test_zmq_req_clientr.py similarity index 100% rename from test/test_zmq_req_clientr.py rename to test/legacy/test_zmq_req_clientr.py diff --git a/test/test_zmq_req_server.py b/test/legacy/test_zmq_req_server.py similarity index 100% rename from test/test_zmq_req_server.py rename to test/legacy/test_zmq_req_server.py diff --git a/test/testcupy.py b/test/legacy/testcupy.py similarity index 100% rename from test/testcupy.py rename to test/legacy/testcupy.py diff --git a/test/testdevicegui.py b/test/legacy/testdevicegui.py similarity index 100% rename from test/testdevicegui.py rename to test/legacy/testdevicegui.py diff --git a/test/testdevicerecv.py b/test/legacy/testdevicerecv.py similarity index 100% rename from test/testdevicerecv.py rename to test/legacy/testdevicerecv.py diff --git a/test/testmiio.py b/test/legacy/testmiio.py similarity index 100% rename from test/testmiio.py rename to test/legacy/testmiio.py diff --git a/test/testpy.py b/test/legacy/testpy.py similarity index 100% rename from test/testpy.py rename to test/legacy/testpy.py diff --git a/test/testrobotremotecontrol.py b/test/legacy/testrobotremotecontrol.py similarity index 100% rename from test/testrobotremotecontrol.py rename to test/legacy/testrobotremotecontrol.py diff --git a/test/winmain.py b/test/legacy/winmain.py similarity index 100% rename from test/winmain.py rename to test/legacy/winmain.py diff --git a/test/zmqlargetest.py b/test/legacy/zmqlargetest.py similarity index 100% rename from test/zmqlargetest.py rename to test/legacy/zmqlargetest.py diff --git a/test/zmqmyclasstest.py b/test/legacy/zmqmyclasstest.py similarity index 100% rename from test/zmqmyclasstest.py rename to test/legacy/zmqmyclasstest.py