Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split server/w_getopt.py. #675

Merged
merged 5 commits into from
Dec 2, 2024
Merged

Split server/w_getopt.py. #675

merged 5 commits into from
Dec 2, 2024

Conversation

junkmd
Copy link
Collaborator

@junkmd junkmd commented Dec 2, 2024

This project includes a command-line argument parser, w_getopt, for registering COM servers.

However, its tests were not located under the test directory and could only be run when executing w_getopt as a script.

To address this, the w_getopt module will be split into production-only code, and its test components will be relocated to the test directory.

@junkmd junkmd added the tests enhance or fix tests label Dec 2, 2024
@junkmd junkmd added this to the 1.4.9 milestone Dec 2, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Dec 2, 2024
junkmd added a commit that referenced this pull request Dec 2, 2024
* Split `w_getopt.py`.

* Modify the import sections
to reflect the temporary module name change.
@junkmd junkmd merged commit b05b80b into enthought:main Dec 2, 2024
49 checks passed
@junkmd junkmd deleted the w_getopt_test branch December 2, 2024 13:14
junkmd added a commit to junkmd/pywinauto that referenced this pull request Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests enhance or fix tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant