forked from pool/python-gTTS
- demock.patch (gh#pndurette/gTTS#343) - network-tests.patch (gh#pndurette/gTTS#344) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=19
15 lines
398 B
Diff
15 lines
398 B
Diff
---
|
|
gtts/tests/test_tts.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/gtts/tests/test_tts.py
|
|
+++ b/gtts/tests/test_tts.py
|
|
@@ -84,6 +84,7 @@ def test_no_text_parts(tmp_path):
|
|
# Test write_to_fp()/save() cases not covered elsewhere in this file
|
|
|
|
|
|
+@pytest.mark.net
|
|
def test_bad_fp_type():
|
|
"""Raise TypeError if fp is not a file-like object (no .write())"""
|
|
# Create gTTS and save
|