
.PHONY: test

# Run all tests
test:
	@echo "Running tests..."
	pytest
