Azure / azure-kusto-python

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

Stop reliying on external tables + improve doc #505

Closed AsafMah closed 11 months ago

AsafMah commented 11 months ago
github-actions[bot] commented 11 months ago

Test Results

       5 files  ±       0         5 suites  ±0   16m 47s :stopwatch: + 4m 42s    277 tests +   242     276 :heavy_check_mark: +   241  1 :zzz: +1  0 :x: ±0  1 385 runs  +1 210  1 380 :heavy_check_mark: +1 205  5 :zzz: +5  0 :x: ±0 

Results for commit 5c05db11. ± Comparison against base commit fd44f418.

This pull request removes 35 and adds 277 tests. Note that renamed tests count towards both. ``` azure-kusto-data.tests.e2e.TestE2E ‑ test_cloud_info azure-kusto-data.tests.e2e.TestE2E ‑ test_cloud_info_404 azure-kusto-data.tests.e2e.TestE2E ‑ test_log_analytics_query azure-kusto-data.tests.e2e.TestE2E ‑ test_log_analytics_query_async azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_client[301] azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_client[302] azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_client[307] azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_client[308] azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_cloud[301] azure-kusto-data.tests.e2e.TestE2E ‑ test_no_redirects_fail_in_cloud[302] … ``` ``` azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_app_cert_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_app_key_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_async_lock azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_az_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_azure_identity_token_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_base_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_basic_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_callback_token_provider azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_callback_token_provider_with_async_method azure-kusto-data.tests.aio.test_async_token_providers.TestTokenProvider ‑ test_cloud_mfa_off … ```

:recycle: This comment has been updated with latest results.

codecov[bot] commented 11 months ago

Codecov Report

Merging #505 (5c05db1) into master (fd44f41) will increase coverage by 17.85%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #505       +/-   ##
===========================================
+ Coverage   70.96%   88.82%   +17.85%     
===========================================
  Files          42       42               
  Lines        3551     3551               
===========================================
+ Hits         2520     3154      +634     
+ Misses       1031      397      -634     

see 31 files with indirect coverage changes