EveryVoiceTTS / EveryVoice

The EveryVoice TTS Toolkit - Text To Speech for your language
https://docs.everyvoice.ca
Other
20 stars 2 forks source link

Use monkey_run_tour to run the whole wizard and create default config files #297

Open joanise opened 7 months ago

joanise commented 7 months ago

These can then be used for unit tests like exercising #277 more easily, or anything else that needs a current wizard output to be tested.

roedoejet commented 5 months ago

don't we basically have this @joanise ?

joanise commented 5 months ago

No, not quite: this is to do a test that runs the entire tour in one go.

test_main_tour() in test_wizard.py is a stub, where I want to monkey run WIZARD_TOUR itself as a whole.

joanise commented 1 month ago

The new --resume-from feature might subsume this issue.