mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
Add make test and update testing docs
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user