def test():
    db = Database()
    img = Image.open(config.test_files_dir + 'Boea.jpg')
    db.find_in_full_database(img)