From 6a212b4c5bd52c31ae6f6f55dc76db09963e0b6b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 18 Dec 2012 11:07:50 +0100 Subject: Minor test suite reformatting. --- testsuite.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index e87a589..945017c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -156,12 +156,12 @@ def run_selftests(): True, True, False, True, True, True) - print "Testing string literal (constant symbol) lexing..." - # # String literal lexing. (This tests an internal API.) # + print "Testing string literal (constant symbol) lexing..." + c = kconfiglib.Config("Kconfiglib/tests/empty") def verify_string_lex(s, res): @@ -224,12 +224,12 @@ def run_selftests(): verify_string_bad(r""" "foo """) verify_string_bad(r""" 'foo """) - print "Testing is_modifiable() and range queries..." - # # is_modifiable() # + print "Testing is_modifiable() and range queries..." + c = kconfiglib.Config("Kconfiglib/tests/Kmodifiable") for sym_name in ("VISIBLE", "TRISTATE_SELECTED_TO_M", "VISIBLE_STRING", -- cgit v1.2.3