Ashish Kumar Mohanty
Results
1
comments of
Ashish Kumar Mohanty
You can mock the elastic search scan something like the below code ``` from elasticsearch_dsl import AttrDict def mock_elasticsearch_scan(): class Search: """Dummy Search class """ def __init__(self): pass def scan(self):...