Add make test and update testing docs

This commit is contained in:
Justin Bollinger
2026-01-31 23:17:16 -05:00
parent afb453b01c
commit 412d22bff0
2 changed files with 49 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: all install clean hashcat-utils
.PHONY: all install clean hashcat-utils test
all: hashcat-utils
@@ -12,3 +12,6 @@ clean:
-$(MAKE) -C hashcat-utils clean
rm -rf .pytest_cache .ruff_cache build dist *.egg-info
find . -name "__pycache__" -type d -prune -exec rm -rf {} +
test:
uv run pytest -v