diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-21 17:36:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-21 17:37:06 +0100 |
| commit | a85b087891913f93e7e334f372358bd48306e800 (patch) | |
| tree | 2d519ed328f15ced11fe508b52781042f8a1653b /testsuite.py | |
| parent | d319b29e7093ccd7fba90ece5845a86917d2a991 (diff) | |
Whitespace nits
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite.py b/testsuite.py index 7219c07..0d892ed 100644 --- a/testsuite.py +++ b/testsuite.py @@ -524,6 +524,7 @@ config OPTIONS option env="ENV" """) + print("Testing Choice.__str__()") verify_str(c.named_choices["CHOICE"], """ @@ -790,6 +791,7 @@ g else: fail("recursive 'source' did not raise exception") + print("Testing visibility") c = Kconfig("Kconfiglib/tests/Kvisibility") @@ -1140,9 +1142,6 @@ g verify_value("INACTIVE_RANGE", "2") verify_value("ACTIVE_RANGE", "1") - # - # defconfig_filename - # print("Testing defconfig_filename") |
