feat: add test for voice service

This commit is contained in:
harry
2025-05-10 17:21:13 +08:00
parent 4d5ca7f6f4
commit 33245996c5
2 changed files with 108 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ This directory contains unit tests for the **MoneyPrinterTurbo** project.
- `services/`: Tests for components in the `app/services` directory
- `test_video.py`: Tests for the video service
- `test_task.py`: Tests for the task service
- `test_voice.py`: Tests for the voice service
## Running Tests