chore(clan/pytest): discover all test files in the tree

This commit is contained in:
Johannes Kirschbauer
2025-04-09 18:54:57 +02:00
parent 872aa8e5b6
commit 61d1cf32ab
4 changed files with 5 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ pythonRuntime.pkgs.buildPythonApplication {
# limit build cores to 16
jobs="$((NIX_BUILD_CORES>16 ? 16 : NIX_BUILD_CORES))"
python -m pytest -m "not impure and with_core" ./clan_cli/tests -n $jobs
python -m pytest -m "not impure and with_core" ./clan_cli -n $jobs
touch $out
'';
};