grpclib/tests/conftest.py

8 lines
99 B
Python
Raw Normal View History

import pytest
@pytest.fixture()
def loop(event_loop):
""" Shortcut """
return event_loop