Changeset b0695c6 in mod_gnutls for test/https-test-client.py
- Timestamp:
- Apr 7, 2020, 2:44:48 PM (9 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 0484b31
- Parents:
- 1a85a3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/https-test-client.py
r1a85a3d rb0695c6 18 18 import contextlib 19 19 import os 20 import yaml 20 21 21 22 from mgstest.tests import run_test_conf … … 52 53 53 54 with contextlib.closing(args.test_config): 54 run_test_conf(args.test_config, args.timeout) 55 test_conf = yaml.load(args.test_config, Loader=yaml.Loader) 56 run_test_conf(test_conf, args.timeout)
Note: See TracChangeset
for help on using the changeset viewer.