forked from BigfootDev/flatbuffers
Implement flexbuffers in python (#5880)
This commit is contained in:
1527
python/flatbuffers/flexbuffers.py
Normal file
1527
python/flatbuffers/flexbuffers.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -35,6 +35,11 @@ function run_tests() {
|
||||
COMPARE_GENERATED_TO_GO=0 \
|
||||
COMPARE_GENERATED_TO_JAVA=0 \
|
||||
$1 py_test.py $2 $3 $4
|
||||
if [ $1 = python3 ]; then
|
||||
PYTHONDONTWRITEBYTECODE=1 \
|
||||
PYTHONPATH=${runtime_library_dir}:${gen_code_path} \
|
||||
$1 py_flexbuffers_test.py
|
||||
fi
|
||||
interpreters_tested+=(${1})
|
||||
echo
|
||||
fi
|
||||
|
||||
1523
tests/py_flexbuffers_test.py
Normal file
1523
tests/py_flexbuffers_test.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user