We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5629319 commit 7f717d3Copy full SHA for 7f717d3
1 file changed
tests/integration/cqlengine/operators/test_where_operators.py
@@ -28,6 +28,7 @@
28
29
from tests.integration.cqlengine.base import TestQueryUpdateModel, BaseCassEngTestCase
30
from tests.integration.cqlengine.operators import check_lookup
31
+from tests.integration import greaterthanorequalcass30
32
33
import six
34
@@ -88,6 +89,7 @@ def test_is_not_nul_to_cql(self):
88
89
"WHERE \"text\" IS NOT NULL AND \"partition\" = %(0)s LIMIT 10000"
90
)
91
92
+ @greaterthanorequalcass30
93
def test_is_not_null_execution(self):
94
"""
95
Verify that CQL statements have correct syntax when executed
0 commit comments