diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-09 16:57:08 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-09 16:57:08 +0200 |
| commit | 07b6165a9998759e8421ae811086276c2690b52e (patch) | |
| tree | ca2e398c3c44d70ab5e521cdea012e70b9f672ab | |
| parent | 1f31be32cd2a0c04534c225878f4ce9b7401403f (diff) | |
Add note re. __str__() tests.
| -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") |
