From e55c2c5f24462d029d752935c615e6122bd19382 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 15 Dec 2012 08:49:12 +0100 Subject: Add some missing Choice APIs to test_call_all(). --- testsuite.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite.py') 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() -- cgit v1.2.3