Changeset 9a48691 in mod_gnutls for test/mgstest
- Timestamp:
- Jan 8, 2020, 3:32:30 PM (14 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- baa0056
- Parents:
- dda0f4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/hooks.py
rdda0f4a r9a48691 21 21 prepare_env: 22 22 23 This hook runs before the test services are started. It can 24 set any additional environment variables the test might need. 23 This hook runs before the test services are started. It serves 24 two purposes: 25 26 1. Check special precondition the test might need 27 (e.g. availability of a certain Apache module), and raise 28 unittest.SkipTest to skip the test case if they are not met. 29 30 2. Set any additional environment variables the test might 31 need. 25 32 26 33 run_connection:
Note: See TracChangeset
for help on using the changeset viewer.