From a85b087891913f93e7e334f372358bd48306e800 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 21 Jan 2018 17:36:06 +0100 Subject: Whitespace nits --- testsuite.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testsuite.py') 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") -- cgit v1.2.3