Move QR recognition test to a separate file

This commit is contained in:
Oleg Kalachev
2021-06-01 04:44:44 +03:00
parent 2ce459f960
commit 5d7c689480
3 changed files with 1 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ cd /home/pi/catkin_ws/src/clover/builder/test/
./tests.sh
./tests.py
./tests_py3.py
./test_qr.py
[[ $(./tests_clever.py) == "Warning: clever package is renamed to clover" ]] # test backwards compatibility
echo "Move /etc/ld.so.preload back to its original position"

View File

@@ -29,5 +29,3 @@ import pigpio
from pyzbar import pyzbar
print(cv2.getBuildInformation())
from . import qr