Moved jsontestrunner data from test/ to test/data.

This commit is contained in:
Baptiste Lepilleur
2009-11-21 18:20:25 +00:00
parent 45c499d310
commit 7dec64f57e
83 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ def safeReadFile( path ):
def runAllTests( jsontest_executable_path, input_dir = None,
use_valgrind=False ):
if not input_dir:
input_dir = os.getcwd()
input_dir = os.path.join( os.getcwd(), 'data' )
tests = glob( os.path.join( input_dir, '*.json' ) )
if RUN_JSONCHECKER:
test_jsonchecker = glob( os.path.join( input_dir, 'jsonchecker', '*.json' ) )