Skip to content

Commit

Permalink
Missing pytest.mark.net on net enabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
pndurette committed Jan 13, 2023
1 parent 9b54fc1 commit d7d5b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtts/tests/test_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d5b1c

Please sign in to comment.