From 13d9e35858fe8c96f7244bf0e4b66af2b24b59f3 Mon Sep 17 00:00:00 2001 From: Richard A Hofer Date: Thu, 28 Jan 2021 15:35:37 -0500 Subject: Better python generated code naming (#6336) * Remove a lot of redundancy from the Python generated code. Update tutorial to reflect new Python generated code. * Add aliases for newly deprecated Python generated methods. This should help with backwards compatibility. * Fix incorrect names in deprecated comments. --- tests/PythonTest.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/PythonTest.sh') diff --git a/tests/PythonTest.sh b/tests/PythonTest.sh index ebe49bf3..b387ec1b 100755 --- a/tests/PythonTest.sh +++ b/tests/PythonTest.sh @@ -21,6 +21,7 @@ runtime_library_dir=${test_dir}/../python # Emit Python code for the example schema in the test dir: ${test_dir}/../flatc -p -o ${gen_code_path} -I include_test monster_test.fbs --gen-object-api +${test_dir}/../flatc -p -o ${gen_code_path} -I include_test monster_extra.fbs --gen-object-api # Syntax: run_tests # -- cgit v1.2.3