Skip to content

Commit

Permalink
Test: remove tests logs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored Feb 23, 2024
1 parent 0130b9c commit 6ee877d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import logging
from unittest import mock

import pytest
Expand All @@ -21,7 +20,6 @@ class MockAsyncBatcher(AsyncBatcher):
mock_batch_processor = mock.AsyncMock(side_effect=lambda batch: [i * 2 for i in batch])

async def process_batch(self, *args, **kwargs):
logging.debug(("fuck", args, kwargs))
return await self.mock_batch_processor(*args, **kwargs)


Expand Down

0 comments on commit 6ee877d

Please sign in to comment.