def test_calls_view_find_by_client_date(store): calls = CallsView.find_by_client_date(store, None, None) assert list(calls) == list(store.find(CallsView))