Files
clan-core/pkgs/clan-cli/clan_lib/conftest.py
Johannes Kirschbauer 1dbaff7b61 pytest: add simple clan_flake function
Takes a clan nix expression as a string
Is empty by default and does nothing
Expensive lockfile patching is done once per session
2025-07-22 23:24:40 +02:00

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",
]