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 ab9c0d2904
commit de587648f8
4 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
# this disables dynamic dependency loading in clan-cli
export CLAN_NO_DYNAMIC_DEPS=1
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./clan_cli/tests $@"
nix develop "$ROOT#clan-cli" -c bash -c "TMPDIR=/tmp python -m pytest -m impure ./clan_cli $@"
'';
};
}