diff options
| -rw-r--r-- | testsuite.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py index 922659a..d33faa8 100644 --- a/testsuite.py +++ b/testsuite.py @@ -434,6 +434,9 @@ def run_selftests(): except: pass + # The tests below aren't meant to imply that the format is set in stone. + # It's just to verify that the strings do not change unexpectedly. + # Printing of Config c = kconfiglib.Config("Kconfiglib/tests/Ktext") |
