Just checked in a little refactoring of the pytest in trunk/test. The basic site setup with certificates now lives in test/pyhttpd and individual modules use those for their specific purposes.
- I moved the "encoding" tests from test/modules/http2 into /test/modules/core. - all test name have module name in prefix. If you want to run only the core tests, type: > pytest -k test_core If you want only the h2 test, type > pytest -k test_h2 running pytest without args runs all tests. - at some point I want to bring the mod_md tests there as well. They run on a similar framework, unsurprisingly. Kind Regards, Stefan