Skip to content
Snippets Groups Projects

Store Transcriptions in local cache

Merged Eva Bardou requested to merge cache-transcriptions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -169,7 +169,7 @@ def test_create_transcription(responses, mock_elements_worker_with_cache):
"score": 0.42,
}
# Check that created transcriptions and elements were properly stored in SQLite cache
# Check that created transcription was properly stored in SQLite cache
cache_path = f"{CACHE_DIR}/db.sqlite"
assert os.path.isfile(cache_path)
Loading