From 0e8a47e8b514b7ea7ef012880f5b85eb8dd88896 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Fri, 26 Jul 2024 12:14:28 +0200 Subject: [PATCH] Setup pytest folder architecture --- node-hub/opencv-plot/tests/test_opencv_plot.py | 2 ++ .../opencv-video-capture/tests/test_opencv_video_capture.py | 2 ++ node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 node-hub/opencv-plot/tests/test_opencv_plot.py create mode 100644 node-hub/opencv-video-capture/tests/test_opencv_video_capture.py create mode 100644 node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py diff --git a/node-hub/opencv-plot/tests/test_opencv_plot.py b/node-hub/opencv-plot/tests/test_opencv_plot.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/node-hub/opencv-plot/tests/test_opencv_plot.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass diff --git a/node-hub/opencv-video-capture/tests/test_opencv_video_capture.py b/node-hub/opencv-video-capture/tests/test_opencv_video_capture.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/node-hub/opencv-video-capture/tests/test_opencv_video_capture.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass diff --git a/node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py b/node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py new file mode 100644 index 00000000..201975fc --- /dev/null +++ b/node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass