Skip to content

Commit 04290dc

Browse files
put all teests
1 parent 1bf3275 commit 04290dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,13 @@ def indexof(x, result):
387387
def main():
388388
# SlicingDice queries to be tested. Must match the JSON file name.
389389
query_types = [
390-
# 'count_entity',
391-
# 'count_event',
392-
# 'top_values',
393-
# 'aggregation',
394-
# 'score',
395-
# 'result'
396-
'sql'
390+
'count_entity',
391+
'count_event',
392+
'top_values',
393+
'aggregation',
394+
'score',
395+
'result',
396+
'sql'
397397
]
398398

399399
# Testing class with demo API key or one of your API key

0 commit comments

Comments
 (0)