diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index c3d19e9..14dc4a5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -21,3 +21,9 @@ def import_stub(stubs_path: str, module_name: str): import_stub("typings", "weechat") + + +from slack.shared import shared + +shared.weechat_version = 0x3080000 +shared.weechat_callbacks = {} |