Add unittests for the non-interactive shell.

This commit is contained in:
ishaan
2013-06-11 11:05:44 -07:00
committed by Henry Robinson
parent 3bba336bbf
commit 7c83abba9a
5 changed files with 184 additions and 3 deletions

View File

@@ -22,7 +22,8 @@ import pytest
import sys
# We whitelist valid test directories. If a new test directory is added, update this.
VALID_TEST_DIRS = ['failure', 'query_test', 'stress', 'unittests', 'aux_query_tests']
VALID_TEST_DIRS = ['failure', 'query_test', 'stress',
'unittests', 'aux_query_tests', 'shell']
TEST_DIR = os.path.join(os.environ['IMPALA_HOME'], 'tests')
TEST_RESULT_DIR = os.path.join(TEST_DIR, 'results')