4 lines
42 B
Python
4 lines
42 B
Python
|
pytest_plugins = [
|
||
|
'tests.fixtures'
|
||
|
]
|