Mark existing tests as online
- Remove `offline` and `expensive` markers
This commit is contained in:
@@ -4,6 +4,8 @@ from os import path
|
||||
from fbchat import ThreadType, Message, Mention, EmojiSize, Sticker
|
||||
from utils import subset, STICKER_LIST, EMOJI_LIST
|
||||
|
||||
pytestmark = pytest.mark.online
|
||||
|
||||
|
||||
def test_fetch_all_users(client1):
|
||||
users = client1.fetch_all_users()
|
||||
|
Reference in New Issue
Block a user