- Timestamp:
- Dec 7, 2019, 9:48:25 AM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 7054040
- Parents:
- e3e0de1
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/https-test-client.py
re3e0de1 r8b72599 17 17 18 18 import os 19 import sys 19 20 import yaml 20 21 … … 62 63 raise TypeError(f'Unsupported configuration: {config!r}') 63 64 print(conns) 65 sys.stdout.flush() 64 66 65 67 for test_conn in conns: -
test/mgstest/tests.py
re3e0de1 r8b72599 24 24 import re 25 25 import subprocess 26 import sys 26 27 import yaml 27 28 … … 86 87 finally: 87 88 conn.close() 89 sys.stdout.flush() 88 90 89 91 @classmethod
Note: See TracChangeset
for help on using the changeset viewer.