Add test suite for Voicebox backend

- Introduced a new directory for manual test scripts aimed at debugging and validating backend functionality.
- Added README.md detailing the purpose and usage of various test scripts, including tests for TTS generation, model downloads, and progress tracking.
- Included an __init__.py file to define the test suite structure and provide context for the tests.
This commit is contained in:
Jamie Pine
2026-01-30 16:48:14 -08:00
parent 17106b1e40
commit 0b17073345
2 changed files with 64 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""
Test suite for Voicebox backend.
This directory contains manual test scripts for debugging and validating
progress tracking, model downloads, and generation functionality.
"""