Files
lix/tests/functional2/conftest.py
T
eldritch horrors 04988fa318 f2: add git and git_cmd fixtures for calling git
Change-Id: Icdc03c76164d0db503a2f6c90f2bcb2377d9ced5
2026-02-17 13:53:26 +01:00

12 lines
310 B
Python

pytest_plugins = (
"testlib.fixtures.env",
"testlib.fixtures.formatter",
"testlib.fixtures.file_helper",
"testlib.fixtures.logger",
"testlib.fixtures.command",
"testlib.fixtures.git",
"testlib.fixtures.nix",
"testlib.fixtures.snapshot",
"testlib.fixtures.pytest_command",
)