diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
commit | 2802687228fd26c0d87d3aba76fb16570d448a25 (patch) | |
tree | dc593d7ab640b42df46899cc37097635a08830e4 /test.py | |
parent | fd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff) | |
download | python-lxml-2802687228fd26c0d87d3aba76fb16570d448a25.tar.gz |
fix spelling mistakes originally found by scop in GH#230
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |