Migrate genio module from avocado to autils#102
Merged
Conversation
c88bfef to
540d0c4
Compare
Contributor
Author
|
Waiting on Crypto dependency to be merged. |
7d0c138 to
cab9674
Compare
Add genio module to autils/file/ category with comprehensive unit and functional tests. The module provides generic IO operations for file reading, writing, appending, and pattern matching. Files added: - autils/file/genio.py - Main module (line-for-line from avocado) - metadata/file/genio.yml - Module metadata - tests/unit/modules/file/genio.py - 21 unit tests - tests/functional/modules/file/genio.py - 13 functional tests - docs/source/utils.rst - Documentation entry Note: Requires crypto module to be merged first (dependency). Assisted-By: Cursor-Claude-Opus-4.5 Signed-off-by: Harvey Lynden <hlynden@redhat.com> Made-with: Cursor
richtja
approved these changes
Mar 18, 2026
Contributor
richtja
left a comment
There was a problem hiding this comment.
Hi @harvey0100, thanks for the migration it LGTM.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Add genio module to autils/file/ category with comprehensive unit and functional tests. The module provides generic IO operations for file reading, writing, appending, and pattern matching.
Files added:
Note: Requires crypto module to be merged first (dependency).
Assisted-By: Cursor-Claude-Opus-4.5