diff options
| author | 2024-08-24 18:38:18 +0100 | |
|---|---|---|
| committer | 2024-08-24 18:38:18 +0100 | |
| commit | b0b70819391b09b10b1b1bda62bb55fd7e167130 (patch) | |
| tree | 343891792b8851e56e898cb04e95afc9bcba771d | |
| parent | Add conftest for access to database (diff) | |
Scope make tests to only run on backend
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ precommit: poetry run pre-commit install test: - pytest --ff + pytest --ff thallium-backend retest: - pytest --lf + pytest --lf thallium-backend seed: cd thallium-backend && poetry run python -m scripts.seed |