Changeset 60ed7d1 in mod_gnutls for test/mgstest
- Timestamp:
- Jan 9, 2020, 11:43:02 AM (14 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- ff039b1
- Parents:
- 7e10018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/hooks.py
r7e10018 r60ed7d1 30 30 2. Set any additional environment variables the test might 31 31 need. 32 33 If the hook creates any resources that need to be cleaned up 34 after the test (e.g. delete a temporary file), it should 35 return a callable which performs the cleanup. That callable 36 will be called without arguments when the test services are 37 stopped. 32 38 33 39 run_connection:
Note: See TracChangeset
for help on using the changeset viewer.