summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-17 15:36:02 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-17 15:36:02 +0200
commitca2fd02a35aab3a9412eaf4ddaf281c476371e32 (patch)
tree2ce2ab498406519e241eddf2cf48a8bc3939e271
parentbff60ba2689dd6cdf8c0caa76e7f2b1ca0c14871 (diff)
Docstring nit.
-rw-r--r--testsuite.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py
index 6868728..1ec03c5 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1953,8 +1953,8 @@ def test_all_yes(conf):
def test_call_all(conf):
"""
- Call all public methods on all symbols, menus, choices and comments for all
- architectures to make sure we never crash or hang. (Nearly all public
+ Call all public methods on all symbols, menus, choices, and comments for
+ all architectures to make sure we never crash or hang. (Nearly all public
methods: some are hard to test like this, but are exercised by other
tests.) Also do misc. sanity checks."""
print(" For {0}...".format(conf.get_arch()))