test(skills): add pptx extraction integration coverage (#1057)#1128
Merged
katriendg merged 6 commits intomicrosoft:mainfrom Mar 24, 2026
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1128 +/- ##
==========================================
+ Coverage 86.90% 87.10% +0.20%
==========================================
Files 59 59
Lines 8774 8774
==========================================
+ Hits 7625 7643 +18
+ Misses 1149 1131 -18
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
7 tasks
WilliamBerryiii
approved these changes
Mar 20, 2026
33 tasks
katriendg
approved these changes
Mar 24, 2026
Contributor
katriendg
left a comment
There was a problem hiding this comment.
Thanks for taking this one, running CI and we should be able to merge.
Contributor
|
@AhmedMustafa249 - There is a minor Python linting issue, can you fix by running |
katriendg
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request
Description
Add real-fixture integration coverage for the experimental PowerPoint extraction pipeline.
This change adds a committed
.pptxfixture plus pytest integration tests that invokeextract_content.main()through its normal CLI path and verify the actual extracted artifacts:global/style.yamlcontent.yamlIt also adds a shared pytest fixture-path helper so the committed PPTX fixture is referenced consistently across tests.
Related Issue(s)
Fixes #1057
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
Other:
.ps1,.sh,.py).pptxfixtureTesting
Ran targeted pytest coverage for the new integration tests:
Manual extraction QA also passed by running scripts/extract_content.py against the committed fixture and confirming:
Checklist
Required Checks
Required Automated Checks
The following validation commands must pass before merging:
Security Considerations
Additional Notes
The tests intentionally do not mock Presentation or file I/O. They only patch sys.argv so main() runs through its normal CLI argument parsing path while still exercising the real extraction pipeline against the committed fixture.