chore: add snapshot target
This commit is contained in:
parent
1742890370
commit
182d1616af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue