File: conftest.py

package info (click to toggle)
python-async-timeout 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 337; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import pytest


@pytest.fixture
def loop(event_loop):
    return event_loop