chore: add snapshot target

This commit is contained in:
jo 2022-10-10 21:30:59 +02:00 committed by Kyle Robbertze
parent 1742890370
commit 182d1616af
1 changed files with 5 additions and 0 deletions

View File

@ -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