

test:
	uv run python -m pytest tests -vvs



cov:
	uv run python -m pytest --cov=incognito_anonymizer --doctest-modules incognito_anonymizer tests

report:
	uv run python -m pytest --cov=incognito_anonymizer --doctest-modules incognito_anonymizer tests --cov-report html
