File: conftest.py

package info (click to toggle)
pytest-twisted 1.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 1,479; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
import pytest
import pytest_twisted


pytest_plugins = "pytester"


@pytest.hookimpl(tryfirst=True)
def pytest_configure(config):
    pytest_twisted._use_asyncio_selector_if_required(config=config)