forked from pool/python-gTTS
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
|