From 182d1616afc021fd474d14fd54221f16162b9462 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 10 Oct 2022 21:30:59 +0200 Subject: [PATCH] chore: add snapshot target --- playout/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playout/Makefile b/playout/Makefile index ae2a620ec..4aca9f5e5 100644 --- a/playout/Makefile +++ b/playout/Makefile @@ -16,3 +16,8 @@ format: .format lint: .format-check .pylint .mypy .bandit test: .pytest clean: .clean + +.PHONY: snapshot +snapshot: $(VENV) + source $(VENV)/bin/activate + pytest --snapshot-update