chore: add .hypothesis to .gitignore and commit remaining modified files

This commit is contained in:
2026-04-27 11:01:29 +02:00
parent 9ad49500f9
commit 3c4dd84a61
9 changed files with 24 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ def test_dm_engine_basic_loop(dm_mock_dependencies):
with (
patch("GramAddict.core.bot_flow.sleep"),
patch("GramAddict.core.bot_flow._humanized_click") as mock_click,
patch("GramAddict.core.stealth_typing.ghost_type") as mock_ghost_type,
patch("GramAddict.core.stealth_typing.ghost_type", autospec=True) as mock_ghost_type,
patch("GramAddict.core.llm_provider.query_llm", return_value={"response": "I am good, thanks!"}),
):
res = _run_zero_latency_dm_loop(