aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
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):