aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/_pytest/conftest.py b/_pytest/conftest.py
index a25865c..b49388d 100644
--- a/_pytest/conftest.py
+++ b/_pytest/conftest.py
@@ -93,6 +93,8 @@ class FakeWeechat():
print("w.prnt {}".format(output))
def hdata_get(*args):
return "0x000001"
+ def hdata_integer(*args):
+ return 1
def hdata_pointer(*args):
return "0x000002"
def hdata_time(*args):