separating the nix fixture from the __init__.py file to increase readability and overview over the existing fixtures Change-Id: I7a86cb729942e83a95b9eabbb09563822f3f9e54
6 lines
155 B
Python
6 lines
155 B
Python
pytest_plugins = (
|
|
"functional2.testlib.fixtures.file_helper",
|
|
"functional2.testlib.fixtures.formatter",
|
|
"functional2.testlib.fixtures.nix",
|
|
)
|