summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-15 08:49:12 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-15 08:49:12 +0100
commite55c2c5f24462d029d752935c615e6122bd19382 (patch)
tree3f95c6ab2546a5194cc4ecf89a3cde1a98d8877b
parent9dc48a36f0c06fcc7347dfc0bf0f715c948d0f43 (diff)
Add some missing Choice APIs to test_call_all().
-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()