aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2018-03-09 20:58:47 +0100
committerTollef Fog Heen <tfheen@err.no>2018-03-11 07:56:27 +0100
commit42604089ca82f87598857df1418ccc5cc52088aa (patch)
tree19e9554fd6e92693366c680503f5015d24ab3ea0 /_pytest
parentd5af7d8362580eb9ae4564ef52694087d427bbab (diff)
downloadwee-slack-42604089ca82f87598857df1418ccc5cc52088aa.tar.gz
Re-add support for weechat.look.nick_{prefix,suffix}
Fixes: #428
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/conftest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/_pytest/conftest.py b/_pytest/conftest.py
index ca267fd..74ed537 100644
--- a/_pytest/conftest.py
+++ b/_pytest/conftest.py
@@ -76,6 +76,10 @@ class FakeWeechat():
return ""
def config_get_plugin(self, key):
return ""
+ def config_get(self, key):
+ return ""
+ def config_string(self, key):
+ return ""
def color(self, name):
return ""
def __getattr__(self, name):