File: conftest.py

package info (click to toggle)
python-aiostream 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 2,800; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
from aiostream.test_utils import (
    add_resource,
    assert_run,
    assert_cleanup,
    event_loop_policy,
)

__all__ = [
    "add_resource",
    "assert_run",
    "assert_cleanup",
    "event_loop_policy",
]