mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
- Add .gitattributes with text=auto eol=lf for all text files - Renormalize all files in index to LF line endings - Fixes massive whitespace-only diffs between main and feature branch
6 lines
197 B
Python
6 lines
197 B
Python
"""Contract tests for the TTS Plugin API.
|
|
|
|
This package contains reusable contract tests that any TTS plugin implementation
|
|
must satisfy. Tests use only the public API and are engine-agnostic.
|
|
"""
|