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