summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index 7f36edc..9fff0e6 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1495,7 +1495,9 @@ def test_call_all(conf):
for c in conf.get_choices():
c.__str__()
+ c.get_config()
c.get_def_locations()
+ c.get_help()
c.get_items()
c.get_mode()
c.get_name()