Run python unit tests in a github actions (#2589)

* tox tests initial commit

* run tests in the Dockerfile during the build phase

* remove local tests

Co-authored-by: YS <ys@gm.com>
This commit is contained in:
Yuriy Sannikov
2022-02-18 21:18:26 -06:00
committed by Blake Blackshear
co-authored by YS
parent 80627e4989
commit 6eecb6780e
6 changed files with 43 additions and 8 deletions
-1
View File
@@ -1,4 +1,3 @@
import cv2
import numpy as np
from unittest import TestCase, main
from frigate.video import box_overlaps, reduce_boxes