4 lines
52 B
Python
4 lines
52 B
Python
import pytest
|
|
|
|
|
|
pytest_plugins = ["pytest_asyncio"]
|
import pytest
|
|
|
|
|
|
pytest_plugins = ["pytest_asyncio"]
|