Azure / azure-kusto-python

Kusto client libraries for Python
MIT License
183 stars 107 forks source link

use new unittest.mock everywhere #519

Closed a-detiste closed 10 months ago

a-detiste commented 10 months ago

It is already used in one location:

azure-kusto-data/tests/aio/test_kusto_client.py:from unittest.mock import patch

The old 'mock' module is deprecated

a-detiste commented 10 months ago

@microsoft-github-policy-service agree

AsafMah commented 10 months ago

Thank you! approved