summaryrefslogtreecommitdiff
path: root/test/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* *) tests: load the top-level mod_aptest in all test suites.Stefan Eissing2022-09-211-0/+7
| | | | | | | | | | | - aptest logs the test name from the header 'AP-Test-Name' with the request line. LogLevel aptest:info is switched on. - pytest sets 'AP-Test-Name' for all curl/nghttp invocation against the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904188 13f79535-47bb-0310-9956-ffa450edef68
* *) test: making pytest option --repeat global as otherwiseStefan Eissing2022-03-251-0/+12
| | | | | | | | there are conflicts when individual modules add that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899198 13f79535-47bb-0310-9956-ffa450edef68
* * test: update of python test framework after integration with mod_mdStefan Eissing2021-10-281-1/+1
| | | | | | | | test suite that should come here soonish. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894599 13f79535-47bb-0310-9956-ffa450edef68
* * test infrastruture:Stefan Eissing2021-10-111-0/+12
- moved common pytest code into test/pyhttpd - does basic setup for a list of host names and some htdocs - added modules/core and moved encoding tests from http2 there - all test methods have module name in in prefix now, so to test only core, run > pytest -k test_core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894134 13f79535-47bb-0310-9956-ffa450edef68