Skip to content

Commit 7f717d3

Browse files
committed
Run test_is_not_null_execution for C* greater than 3.0
1 parent 5629319 commit 7f717d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/cqlengine/operators/test_where_operators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
from tests.integration.cqlengine.base import TestQueryUpdateModel, BaseCassEngTestCase
3030
from tests.integration.cqlengine.operators import check_lookup
31+
from tests.integration import greaterthanorequalcass30
3132

3233
import six
3334

@@ -88,6 +89,7 @@ def test_is_not_nul_to_cql(self):
8889
"WHERE \"text\" IS NOT NULL AND \"partition\" = %(0)s LIMIT 10000"
8990
)
9091

92+
@greaterthanorequalcass30
9193
def test_is_not_null_execution(self):
9294
"""
9395
Verify that CQL statements have correct syntax when executed

0 commit comments

Comments
 (0)