Searched refs:bucket_mock (Results 1 – 1 of 1) sorted by relevance
107 def test_multiple_shards(self, bucket_mock): argument108 bucket_mock.return_value = {116 def test_one_shard_with_less_hosts(self, bucket_mock): argument117 bucket_mock.return_value = {124 def test_one_shard_with_equal_hosts(self, bucket_mock): argument125 bucket_mock.return_value = {132 def test_no_shards(self, bucket_mock): argument133 bucket_mock.return_value = {}