- Timestamp:
- Jan 7, 2020, 12:51:04 PM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- d14d7d1
- Parents:
- b307cc1
- git-author:
- Fiona Klute <fiona.klute@…> (01/07/20 02:12:07)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/07/20 12:51:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/https-test-client.py
rb307cc1 r0cfe818 16 16 # limitations under the License. 17 17 18 import contextlib 18 19 import os 19 20 … … 50 51 os.environ['TEST_PORT'] = args.port 51 52 52 try:53 with contextlib.closing(args.test_config): 53 54 run_test_conf(args.test_config, args.timeout) 54 finally:55 args.test_config.close()
Note: See TracChangeset
for help on using the changeset viewer.