Kokoro-FastAPI/api/tests
2025-06-01 10:35:59 +08:00
..
test_data Ruff check + formatting 2025-02-09 18:32:17 -07:00
__init__.py Added basic pytest on the fastapi side 2024-12-30 13:25:30 -07:00
conftest.py CONTRIBUTING + Ruff format 2025-04-04 16:58:07 -06:00
test_audio_service.py CONTRIBUTING + Ruff format 2025-04-04 16:58:07 -06:00
test_development.py CONTRIBUTING + Ruff format 2025-04-04 16:58:07 -06:00
test_kokoro_v1.py Fixes relating to parsing money and tests. Also readme stuff 2025-03-21 18:03:09 +00:00
test_normalizer.py Fixed formatting 2025-05-01 18:16:36 +00:00
test_openai_endpoints.py CONTRIBUTING + Ruff format 2025-04-04 16:58:07 -06:00
test_paths.py Ruff check + formatting 2025-02-09 18:32:17 -07:00
test_text_processor.py Enhance TTS text processing: Implement pause tag handling in smart_split, allowing for better audio chunk generation with pauses. Update related tests to validate new functionality and ensure compatibility with existing features. 2025-05-30 23:06:41 +08:00
test_tts_service.py Refactor TTS service tests: Update test_get_voice_path_combined to verify path format for combined voices, removing mock for os.path.join and enhancing assertions for path validation. 2025-06-01 10:35:59 +08:00