paul-rogers opened a new pull request, #14011: URL: https://github.com/apache/druid/pull/14011
Adds a set of unit tests for the recently-added `druidapi` Python library used in notebooks and by those of us who like to use Jupyter notebooks for debugging. The tests are based on the Python `unittest` framework which is roughly similar to the Java JUnit framework. The tests are a bit light, but they do cover much of the existing functionality. It should be easy to add additional tests, such as for the basic security method in an adjacent PR. See the README file for details. #### Release note No user-visible changes. <hr> This PR has: - [X] been self-reviewed. - [X] a release note entry in the PR description. - [X] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [X] been tested in a test Druid cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
