Mark existing tests as online

- Remove `offline` and `expensive` markers
This commit is contained in:
Mads Marquart
2019-09-08 23:27:06 +02:00
parent 7416c8b7fc
commit d06ff7078a
11 changed files with 24 additions and 13 deletions

View File

@@ -4,6 +4,8 @@ from os import path
from fbchat import FBchatFacebookError, Message, Mention
from utils import subset, STICKER_LIST, EMOJI_LIST, TEXT_LIST
pytestmark = pytest.mark.online
@pytest.mark.parametrize("text", TEXT_LIST)
def test_send_text(client, catch_event, compare, text):