Skip to content
Snippets Groups Projects

Refactoring use_cache attribute on Worker classes

Merged Eva Bardou requested to merge detect-use-cache into master
All threads resolved!
3 files
+ 6
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -145,7 +145,7 @@ def test_database_arg(mocker, mock_elements_worker, tmp_path):
),
)
worker = ElementsWorker()
worker = ElementsWorker(support_cache=True)
worker.configure()
assert worker.use_cache is True
Loading