Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra tests and fixes to QueryProvider, DriverBase and (as)sync query handling #777

Merged
merged 17 commits into from
May 28, 2024

Conversation

FlorianBracq
Copy link
Collaborator

Update code to ensure consistency and fix bugs for:

  • data_providers
  • query_provider_connections_mixin
  • driver_base

Those changes are the first steps to some rewrites of the way split queries + additional connections are handled to simplify query caching (#756) and error handling

Test coverage have been increased to 100% (according to pytest) to ensure nothing will break for future updates.

@FlorianBracq FlorianBracq changed the title Add extra tests and fixes Add extra tests and fixes to QueryProvider, DriverBase and (as)sync query handling May 12, 2024
Copy link
Contributor

@ianhelle ianhelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is v cool indeed. Thx so much Florian.
Especially impressed with the detailed testing.

msticpy/data/core/data_providers.py Show resolved Hide resolved
@ianhelle ianhelle merged commit c1df176 into microsoft:main May 28, 2024
10 checks passed
@FlorianBracq FlorianBracq deleted the extra-tests branch May 30, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants