summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-21 17:36:06 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-01-21 17:37:06 +0100
commita85b087891913f93e7e334f372358bd48306e800 (patch)
tree2d519ed328f15ced11fe508b52781042f8a1653b /testsuite.py
parentd319b29e7093ccd7fba90ece5845a86917d2a991 (diff)
Whitespace nits
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py5
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")