Browse Source

Setup pytest folder architecture

tags/v0.3.6-rc0
haixuanTao 1 year ago
parent
commit
0e8a47e8b5
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      node-hub/opencv-plot/tests/test_opencv_plot.py
  2. +2
    -0
      node-hub/opencv-video-capture/tests/test_opencv_video_capture.py
  3. +2
    -0
      node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py

+ 2
- 0
node-hub/opencv-plot/tests/test_opencv_plot.py View File

@@ -0,0 +1,2 @@
def test_placeholder():
pass

+ 2
- 0
node-hub/opencv-video-capture/tests/test_opencv_video_capture.py View File

@@ -0,0 +1,2 @@
def test_placeholder():
pass

+ 2
- 0
node-hub/ultralytics-yolo/tests/test_ultralytics_yolo.py View File

@@ -0,0 +1,2 @@
def test_placeholder():
pass

Loading…
Cancel
Save