aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-24 18:38:18 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-24 18:38:18 +0100
commitb0b70819391b09b10b1b1bda62bb55fd7e167130 (patch)
tree343891792b8851e56e898cb04e95afc9bcba771d
parentAdd conftest for access to database (diff)
Scope make tests to only run on backend
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ce0eca6..97d9f32 100644
--- a/Makefile
+++ b/Makefile
@@ -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