issues
search
lioryah
/
lior-bootstrap
Apache License 2.0
0
stars
0
forks
source link
Stage 1.2 Add test programm to the repo
#3
Open
ydmeta
opened
3 years ago
ydmeta
commented
3 years ago
read about packages
we create package liorboot
i moved module hi (hi.py) into it
also moved flipper.py
add to package dir module flipper_qa.py
fliper_qa should have a validate_flipper method
expose this method with fire to bash
validate_flipper should receive two parameters source, dest
implement simple validation when text is " " (space)
validate_flipper should decide if image is flipped correctly
add trun-test-metrics task to main Taskfile
add to run-sample new command entry
wich call to filepper_qa.py with src and dest
this task should have fail if not mached
implement (add to validate_flipper code) validate_with_text try to use pytesseract package for ocr for text
This Step is required before playing with hand recognition
ydmeta
commented
2 years ago
@lioryah did we finish this ticket?