Skip to content

Commit 2bfd490

Browse files
committed
phrasing
1 parent 97fb793 commit 2bfd490

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% raw %}import logging
2+
3+
import pytest
4+
5+
6+
{% endraw %}{% if configure_python_asyncio %}{% raw %}from .asyncio_fixtures import fail_on_background_task_errors # noqa: F401 # this is an autouse fixture{% endraw %}{% endif %}{% if configure_vcrpy %}{% raw %}
7+
from .vcrpy_fixtures import pytest_recording_configure # noqa: F401 # this is configuration we need in conftest scope
8+
from .vcrpy_fixtures import vcr_config # noqa: F401 # this is an autouse fixture{% endraw %}{% endif %}{% raw %}
9+
10+
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)