summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
commit2802687228fd26c0d87d3aba76fb16570d448a25 (patch)
treedc593d7ab640b42df46899cc37097635a08830e4 /test.py
parentfd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff)
downloadpython-lxml-2802687228fd26c0d87d3aba76fb16570d448a25.tar.gz
fix spelling mistakes originally found by scop in GH#230
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 2dbe94ef..23c7dd72 100644
--- a/test.py
+++ b/test.py
@@ -25,7 +25,7 @@ Syntax: test.py [options] [pathname-regexp [test-regexp]]
There are two kinds of tests:
- unit tests (or programmer tests) test the internal workings of various
components of the system
- - functional tests (acceptance tests, customer tests) test only externaly
+ - functional tests (acceptance tests, customer tests) test only externally
visible system behaviour
You can choose to run unit tests (this is the default mode), functional tests