diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 11:07:50 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 11:07:50 +0100 |
| commit | 6a212b4c5bd52c31ae6f6f55dc76db09963e0b6b (patch) | |
| tree | 6010ed0027b69839c4b16a50b315800b1d3df104 | |
| parent | 3ee9a5a07e4c2bfb475631de2937c63f584523bf (diff) | |
Minor test suite reformatting.
| -rw-r--r-- | testsuite.py | 8 |
1 files changed, 4 insertions, 4 deletions
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", |
