service_runner: add grouping feature

This commit is contained in:
Qubasa
2025-10-05 01:01:02 +02:00
parent c6b0b114c5
commit 3f07f6ac79
8 changed files with 830 additions and 562 deletions

View File

@@ -48,7 +48,7 @@ norecursedirs = ["clan_cli/tests/helpers", "clan_lib/nixpkgs"]
# machines. In the CI pipeline we run these tests in a separate derivation
# depending on clan-core. All other tests do not need to depend on clan-core
# and can be cached more effectively.
markers = ["impure", "with_core"]
markers = ["impure", "with_core", "service_runner"]
filterwarnings = "default::ResourceWarning"
python_files = ["test_*.py", "*_test.py"]