diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-04-01 10:58:08 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-04-01 10:58:08 +0200 |
commit | 54e6c13116cbcf8f54ad86074c8bcd6a585a2493 (patch) | |
tree | 9a3b0602df416fc4e71285014e121419181e9aeb /test | |
parent | mpm_event: useful APLOG_DEBUG messages. (diff) | |
download | apache2-54e6c13116cbcf8f54ad86074c8bcd6a585a2493.tar.xz apache2-54e6c13116cbcf8f54ad86074c8bcd6a585a2493.zip |
Trigger ci.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-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 5949e12b82..474030bdc8 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 |