()
| 1206 | |
| 1207 | |
| 1208 | def setup(): |
| 1209 | if not _IS_SYNC: |
| 1210 | # Set up the event loop. |
| 1211 | get_loop() |
| 1212 | client_context.init() |
| 1213 | warnings.resetwarnings() |
| 1214 | warnings.simplefilter("always") |
| 1215 | global_knobs.enable() |
| 1216 | |
| 1217 | |
| 1218 | def teardown(): |