test: update test cases for models modules, add preprocessAudioStandalone() function
acfca85
alessandro trinca tornidorcommited on
test: update test cases for pronunciationTrainer module
d1b2b5d
alessandro trinca tornidorcommited on
test: refactor structure tests suite, add more test cases for pronunciationTrainer module
4cafb0a
alessandro trinca tornidorcommited on
feat: add utility function get_cosmic_ray_report_filtered() to filter cosmic-ray reports from KILLED mutant tests
8e595ef
alessandro trinca tornidorcommited on
test: add more test cases about WordMatching module
6e800d5
alessandro trinca tornidorcommited on
test: add test cases for WordMatching module
fa2856c
alessandro trinca tornidorcommited on
test: add some test cases for the python module WordMatching
58d92fd
alessandro trinca tornidorcommited on
test: add test cases for edit_distance_python()
42e76ea
alessandro trinca tornidorcommited on
doc: update README.md about test execution, remove unused test helper function
426598f
alessandro trinca tornidorcommited on
test: move expected output dictionaries to separate file
1b93e57
alessandro trinca tornidorcommited on
test: refactor test_lambdaSpeechToScore.py to test all fields
1985a38
alessandro trinca tornidorcommited on
test: update test cases
1d0bb75
alessandro trinca tornidorcommited on
test: add missing test cases for get_selected_word(), fix wrong use of regex, remove some unused functions
bc44985
alessandro trinca tornidorcommited on
test: update test cases
82a2b00
alessandro trinca tornidorcommited on
test: update test cases for lambdaSpeechToScore.get_speech_to_score_tuple because of a new variable in the return tuple
333afb5
alessandro trinca tornidorcommited on
test: fix commented class
509f5b7
alessandro trinca tornidorcommited on
test: add more test cases
a133169
alessandro trinca tornidorcommited on
test: start refactor tests based on mutation tests from cosmic-ray
ac226c8
alessandro trinca tornidorcommited on
test: add missing test_de.wav, test_en.wav as lfs files
9cf833f
alessandro trinca tornidorcommited on
test: add more e2e test cases
ab57dda
alessandro trinca tornidorcommited on
test: updated tests to match pronunciation_accuracy float return type
baf2993
alessandro trinca tornidorcommited on
test: refactor and update test cases for dataset and get_random_selection() function
8838421
alessandro trinca tornidorcommited on
test: update tests
c1390d7
alessandro trinca tornidorcommited on
test: add/update tests
e2f3a00
alessandro trinca tornidorcommited on
ci: hugginface space, move from docker to gradio sdk v5.6.0, add missing packages.txt with ffmpeg, pre-requirements.txt with pip, update gradio app to properly format informations to frontend, update tests
9ab32d7
alessandro trinca tornidorcommited on
feat: first working gradio fronted with refactored lambda_handler and tests
d804881
alessandro trinca tornidorcommited on
feat: support pytorch and torchaudio, update test, add requirements-dev.txt
70d4503
alessandro trinca tornidorcommited on
test: update python backend test coverage, remove some unused classes and functions (see README.md)
7aaf29c
alessandro trinca tornidorcommited on
feat: substitute sample table selection with direct input, update TestDataset tests
023235e
alessandro trinca tornidorcommited on
test: update tests for python 3.10
9b75ad3
alessandro trinca tornidorcommited on
test: add e2e test TestGetAccuracyFromRecordedAudio
025384a
alessandro trinca tornidorcommited on
feat: use structlog to handle logging, add some logs
0b0c1a6
alessandro trinca tornidorcommited on
test: start updating tests
2a62680
alessandro trinca tornidorcommited on
refactor: organize project with tests in a package, start following suggestions from pycharm, sonarlint and snyk