summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 2d22717..292ee3f 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -446,6 +446,13 @@ def test_scan_sorting():
row.items())
+def test_scan_filter_and_batch_size():
+ # See issue #54 and #56
+ filter = "SingleColumnValueFilter ('cf1', 'qual1', =, 'binary:val1')"
+ for k, v in table.scan(filter=filter):
+ print v
+
+
def test_delete():
row_key = 'row-test-delete'
data = {'cf1:col1': 'v1',