add python tests (#111)

This commit is contained in:
Fangjun Kuang
2023-04-02 23:05:30 +08:00
committed by GitHub
parent 3f7e0c23ac
commit 5d3c8edbc9
11 changed files with 488 additions and 48 deletions

View File

@@ -18,6 +18,8 @@ endfunction()
# please sort the files in alphabetic order
set(py_test_files
test_feature_extractor_config.py
test_offline_recognizer.py
test_online_recognizer.py
test_online_transducer_model_config.py
)