feat: add ImageFind application and release pipelines
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from imagefind.indexer import Indexer
|
||||
|
||||
|
||||
def test_text_replacement_uses_portable_fixed_predicates():
|
||||
assert Indexer._replaceable_text_condition(audio_stale=True) == ""
|
||||
assert Indexer._replaceable_text_condition(audio_stale=False) == " AND kind<>'audio'"
|
||||
Reference in New Issue
Block a user