diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 23:56:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 23:56:18 +0000 |
commit | f184c05ccf6ecf41f44be04d867598c3b5dc2c91 (patch) | |
tree | fdeb0b5ff80273f95ce61607fc3613dff0b9a235 /test/README.pytest | |
parent | Adding upstream version 2.4.56. (diff) | |
download | apache2-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.pytest | 2 |
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 |