docling-sdg icon indicating copy to clipboard operation
docling-sdg copied to clipboard

test: For the multi-provider cli

Open kush-gupt opened this issue 7 months ago • 2 comments

A seperate PR on top of #33 that aims to add test coverage to the CLI.

The test file was created with assistance from Jules (Google Gemini 2.5 pro agent)

kush-gupt avatar Jun 13 '25 19:06 kush-gupt

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • [X] title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

mergify[bot] avatar Jun 13 '25 19:06 mergify[bot]

Thanks @kush-gupt for your contribution. Regarding the AI-generated code in the test file, while we do not generally prohibit AI-generated code, we would require to:

  • Ensure that the terms and conditions of the generative AI tool (in this case, Jules) (a) allow its AI Code to be used for external Open Source development and (b) are consistent with submitting the AI Code under the Docling community contribution guidelines, including enabling it to be used by the project under its Open Source license (MIT license)
  • As a best practice, since you have have substantially altered the file using an AI tool, we recommend adding a comment in the file header (“// this file has been modified with the assistance of AI Tool [X v.Y]”).

ceberam avatar Jul 16 '25 09:07 ceberam