5 lines
121 B
Python
5 lines
121 B
Python
pytest_plugins = (
|
|
"tests.support.fixtures",
|
|
"tests.support.fixtures_bidi",
|
|
"tests.support.fixtures_http",
|
|
)
|