mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 00:50:44 +00:00
Add some installation information, if it can help s.o.
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -3,6 +3,18 @@ Apache httpd pytest suite
|
||||
Using pytest (<https://docs.pytest.org/en/6.2.x/>) and a Python >= 3.8
|
||||
for a more flexible testing of Apache httpd.
|
||||
|
||||
Install
|
||||
-------
|
||||
If not already installed, you will need to install 'pytest' and 'OpenSSL' for
|
||||
python:
|
||||
> apt install python3-pip
|
||||
> pip install -U pytest
|
||||
> pip install -U pyopenssl
|
||||
|
||||
And for 'h2load':
|
||||
> apt install nghttp2-client
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
In your httpd source checkout, do:
|
||||
|
Reference in New Issue
Block a user