aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_pytest/conftest.py b/_pytest/conftest.py
index 74ed537..b32369a 100644
--- a/_pytest/conftest.py
+++ b/_pytest/conftest.py
@@ -94,6 +94,7 @@ class FakeWeechat():
def mock_weechat():
wee_slack.w = FakeWeechat()
wee_slack.config = wee_slack.PluginConfig()
+ wee_slack.hdata = wee_slack.Hdata(wee_slack.w)
wee_slack.debug_string = None
wee_slack.slack_debug = "debug_buffer_ptr"
wee_slack.STOP_TALKING_TO_SLACK = False