diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 08:49:12 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 08:49:12 +0100 |
| commit | e55c2c5f24462d029d752935c615e6122bd19382 (patch) | |
| tree | 3f95c6ab2546a5194cc4ecf89a3cde1a98d8877b /testsuite.py | |
| parent | 9dc48a36f0c06fcc7347dfc0bf0f715c948d0f43 (diff) | |
Add some missing Choice APIs to test_call_all().
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
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() |
