Skip to content

Commit 2cb182f

Browse files
uncomment all tests
1 parent 868f619 commit 2cb182f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,12 +387,12 @@ 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',
390+
'count_entity',
391+
'count_event',
392+
'top_values',
393+
'aggregation',
394+
'score',
395+
'result',
396396
'sql'
397397
]
398398

0 commit comments

Comments
 (0)