File: conftest.py

package info (click to toggle)
aiohttp-asyncmdnsresolver 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: python: 778; makefile: 229; sh: 5
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
"""Test conftest.py."""

import asyncio
import sys

if sys.platform == "win32":
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())