mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- 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.
7 lines
181 B
Python
7 lines
181 B
Python
"""
|
|
Test suite for Voicebox backend.
|
|
|
|
This directory contains manual test scripts for debugging and validating
|
|
progress tracking, model downloads, and generation functionality.
|
|
"""
|