Added acc
and make_acc_group
fixtures
#42
Merged
+172
−20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this update, two new fixtures
acc
andmake_acc_group
have been introduced in the open-source library to enhance the testing capabilities of Databricks AccountClient objects and related functionalities. Theacc
fixture provides a Databricks AccountClient object for interacting with the Databricks account API, requiring theDATABRICKS_ACCOUNT_ID
environment variable. Themake_acc_group
fixture, on the other hand, is designed for managing Databricks account groups, similar to themake_group
fixture but utilizing the account client. These fixtures will allow for more comprehensive testing of Databricks account groups and their associated functionalities, improving the library's overall test coverage.