summaryrefslogtreecommitdiffstats
path: root/test/README.pytest
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 23:56:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 23:56:18 +0000
commitf184c05ccf6ecf41f44be04d867598c3b5dc2c91 (patch)
treefdeb0b5ff80273f95ce61607fc3613dff0b9a235 /test/README.pytest
parentAdding upstream version 2.4.56. (diff)
downloadapache2-upstream.tar.xz
apache2-upstream.zip
Adding upstream version 2.4.59.upstream/2.4.59upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/README.pytest')
-rw-r--r--test/README.pytest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.pytest b/test/README.pytest
index 5949e12..474030b 100644
--- a/test/README.pytest
+++ b/test/README.pytest
@@ -72,7 +72,7 @@ Development
-----------
Adding a test in an existing file is done by adding a method. Its name
-must start with 'test_' and the common practise is to have the name
+must start with 'test_' and the common practice is to have the name
of the test suite there as well. All http2 tests start with 'test_h2_'.
Following this can be any characters. If you make test cases of a