busya
654f92e7ad
fix(test): resolve 3 remaining git_base test interaction failures
...
Root cause: unittest.mock.patch with new_callable=AsyncMock fails in
full-suite context due to asyncio event loop state from earlier tests.
Fix: use direct module dict patching (gb_mod.run_blocking = AsyncMock())
instead of patch() context manager. This bypasses the mock machinery
interaction with inherited event loop state.
Also add conftest.py in tests/services/git/ with event_loop fixture
for per-function isolation.
Result: 2602 passed, 0 failed, 3 skipped, 1 xpassed
2026-06-15 15:05:26 +03:00
..
2026-06-15 13:55:57 +03:00
2026-06-15 13:55:57 +03:00
2026-03-10 09:11:26 +03:00
2026-06-15 10:32:17 +03:00
2026-06-14 15:41:46 +03:00
2026-06-10 15:06:36 +03:00
2026-06-15 13:55:57 +03:00
2026-06-05 15:43:35 +03:00
2026-06-15 15:05:26 +03:00
2026-06-15 13:55:57 +03:00
2026-06-15 13:55:57 +03:00
2026-06-14 15:41:46 +03:00
2026-06-01 16:34:07 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-06-10 14:57:18 +03:00
2026-05-26 19:18:28 +03:00
2026-06-15 13:55:57 +03:00
2026-05-26 19:18:28 +03:00
2026-05-25 08:36:33 +03:00
2026-06-05 15:43:35 +03:00
2026-06-05 15:43:35 +03:00
2026-06-15 13:55:57 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-06-03 23:26:20 +03:00
2026-06-05 15:43:35 +03:00
2026-05-26 09:30:41 +03:00
2026-06-15 13:55:57 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-06-10 16:38:06 +03:00
2026-06-05 15:43:35 +03:00
2026-06-15 13:55:57 +03:00
2026-05-26 19:18:28 +03:00
2026-05-25 08:36:33 +03:00
2026-06-10 16:38:06 +03:00
2026-05-26 19:18:28 +03:00
2026-06-11 19:12:45 +03:00
2026-05-26 19:18:28 +03:00
2026-06-11 19:12:45 +03:00
2026-06-11 19:12:45 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-06-11 19:12:45 +03:00