diff options
Diffstat (limited to '_pytest/conftest.py')
-rw-r--r-- | _pytest/conftest.py | 2 |
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): |