summaryrefslogtreecommitdiff
path: root/tests/unit/test_tineye.py
AgeCommit message (Collapse)Author
2024-10-03[feat] implement mariadb engineGrant Lanham
2024-09-22Add paramaterized with example of refactorGrant Lanham
reduce test name size fix imports
2024-08-21Fix tineye engine url, datetime parsing, and minor refactorGrant Lanham
Changes made to tineye engine: 1. Importing logging if TYPE_CHECKING is enabled 2. Remove unecessary try-catch around json parsing the response, as this masked the original error and had no immediate benefit 3. Improve error handling explicitely for status code 422 and 400 upfront, deferring json_parsing only for these status codes and successful status codes 4. Unit test all new applicable changes to ensure compatability