alternator-test: rename test_query_with_paginator

Paginator is an implementation detail and does not belong in the name,
and thus the test is renamed to test_query_basic_restrictions.
Message-Id: <849bc9d210d0faee4bb8479306654f2a59e18517.1558524028.git.sarna@scylladb.com>
This commit is contained in:
Piotr Sarna
2019-05-22 13:21:08 +02:00
committed by Nadav Har'El
parent 9e2ecf5188
commit 5bc7bb00e0

View File

@@ -10,7 +10,7 @@ def set_of_frozen_elements(list_of_dicts):
return {frozenset(item.items()) for item in list_of_dicts}
# Test that scanning works fine with in-stock paginator
def test_query_with_paginator(dynamodb, filled_test_table):
def test_query_basic_restrictions(dynamodb, filled_test_table):
test_table, items = filled_test_table
paginator = dynamodb.meta.client.get_paginator('query')