docling-sdg
docling-sdg copied to clipboard
test: For the multi-provider cli
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)
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)(?:\(.+\))?(!)?:
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]”).