mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
Reformat using black
This commit is contained in:
@@ -102,7 +102,9 @@ def test_resolve_voice_setting_handles_profile_reference():
|
||||
}
|
||||
}
|
||||
|
||||
voice, profile_name, language = resolve_voice_setting("profile:Blend", profiles=profiles)
|
||||
voice, profile_name, language = resolve_voice_setting(
|
||||
"profile:Blend", profiles=profiles
|
||||
)
|
||||
|
||||
assert voice == "af_nova*0.5+am_liam*0.5"
|
||||
assert profile_name == "Blend"
|
||||
@@ -112,9 +114,11 @@ def test_resolve_voice_setting_handles_profile_reference():
|
||||
def test_apply_prepare_form_updates_closing_outro_flag():
|
||||
pending = _make_pending_job()
|
||||
pending.read_closing_outro = True
|
||||
form = MultiDict({
|
||||
"read_closing_outro": "false",
|
||||
})
|
||||
form = MultiDict(
|
||||
{
|
||||
"read_closing_outro": "false",
|
||||
}
|
||||
)
|
||||
|
||||
apply_prepare_form(pending, form)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user