Skip to content

Conversation

devanshjainms
Copy link
Contributor

This pull request updates import statements in the src/modules/get_package_list.py file to improve code organization by importing TestStatus from a new module. The change separates the import of TestStatus into its own module, which helps make the codebase more modular and maintainable.

Dependency management:

  • Updated imports to import TestStatus from ansible.module_utils.enums (or src.module_utils.enums as fallback), instead of from sap_automation_qa, improving code modularity and organization.

@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 18:18
@devanshjainms devanshjainms requested a review from a team as a code owner October 17, 2025 18:18
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors import statements to separate the TestStatus enum into its own module for improved code organization. The change moves TestStatus from being imported alongside SapAutomationQA to being imported separately from an enums module.

Key Changes

  • Separated TestStatus import from SapAutomationQA import
  • Added new import for TestStatus from ansible.module_utils.enums with fallback to src.module_utils.enums

@hdamecharla hdamecharla self-assigned this Oct 18, 2025
Copy link
Member

@hdamecharla hdamecharla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@devanshjainms devanshjainms merged commit 18e9339 into Azure:development-oct-2025 Oct 20, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants