This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fbchat/tests/conftest.py
2020-01-23 10:18:33 +01:00

10 lines
184 B
Python

import pytest
import fbchat
@pytest.fixture(scope="session")
def session():
return fbchat.Session(
user_id="31415926536", fb_dtsg=None, revision=None, session=None
)