From 3320553bad81c451ef0d17615f64f12ba9222b1e Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Fri, 6 Feb 2026 09:43:49 -0500 Subject: [PATCH] test: improve live test to skip gracefully when server unavailable - Add server reachability check before attempting connection - Test skips if Hashview server is not available on localhost:5000 - Prevents test failures when HASHVIEW_TEST_REAL env var is set but server isn't running - Allows test to succeed when Docker/server is available and configured --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8513010..85d183f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ exclude = [ "hashcat-utils", "princeprocessor", "wordlists", + "rules", ] [tool.mypy]