From 07b6165a9998759e8421ae811086276c2690b52e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 9 Jun 2015 16:57:08 +0200 Subject: Add note re. __str__() tests. --- testsuite.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite.py') 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") -- cgit v1.2.3