mirror of
https://github.com/wassname/TTS.git
synced 2026-09-12 12:11:47 +08:00
Ensure tts CLI tool readme and usage help is in sync
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def test_readme_up_to_date():
|
||||
root = Path(__file__).parent.parent.parent
|
||||
sync_readme = root / "scripts" / "sync_readme.py"
|
||||
subprocess.check_call([sys.executable, str(sync_readme), "--check"], cwd=root)
|
||||
Reference in New Issue
Block a user