Takes a clan nix expression as a string Is empty by default and does nothing Expensive lockfile patching is done once per session
9 lines
220 B
Python
9 lines
220 B
Python
pytest_plugins = [
|
|
"clan_cli.tests.fixtures_flakes",
|
|
"clan_cli.tests.hosts",
|
|
"clan_cli.tests.sshd",
|
|
"clan_cli.tests.runtime",
|
|
"clan_lib.fixtures.flake_hooks",
|
|
"clan_lib.fixtures.flakes.flakes",
|
|
]
|