summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-29 17:28:29 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-29 17:28:29 +0200
commit433cd8b9b22d38036639bd1ccc5c3c96263a6083 (patch)
tree8aaf8180fb2de0907a5959becd6e9c96a5f2156c /testsuite.py
parentc4ecf2b0dce1e09a009f01fe1c4efe90abc08ac3 (diff)
Fix typos in test suite.
...and mention that the test suite requires the make targets too in the readme.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py
index 1fe0f24..134be62 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -285,7 +285,7 @@ def run_selftests():
if sym.get_type() in (kconfiglib.BOOL, kconfiglib.TRISTATE):
verify(sym.is_modifiable(),
"get_lower/upper_bound() thinks the range for the "
- "bool/tristate{0} should be {1} while is_modifiable() "
+ "bool/tristate {0} should be {1} while is_modifiable() "
"thinks the symbol should not be modifiable".
format(sym_name, bound_range))
@@ -887,7 +887,7 @@ def run_selftests():
# symbols
assign_and_verify_new_user_value(sym_name, hex(i), hex(i))
- # Verify that assigning a user value just outside the range uses causes
+ # Verify that assigning a user value just outside the range causes
# defaults to be used
if default is None: