🧹 refactor(test): consolidate testdataPath helper#149
Conversation
Moved identical testdataPath helper functions from auditd, containers, and logging modules to a shared testutil package to improve code maintainability and reduce duplication. Co-authored-by: jackby03 <70082129+jackby03@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
🎯 What: Consolidates duplicated
testdataPathhelper functions found in test files (auditd, logging, containers) into a sharedinternal/modules/util/testutilpackage.💡 Why: Reduces duplicate code, making the codebase easier to maintain. Provides a standard way to get test data paths.
✅ Verification: Ran
make testand all tests passed.✨ Result: Improved maintainability and reduced duplicate logic in test files.
PR created automatically by Jules for task 18202564033375836344 started by @jackby03