chore: add .hypothesis to .gitignore and commit remaining modified files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user