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

Move CLI arg parsing out of fido.py into cli_args.py #225

Merged
merged 8 commits into from
Sep 23, 2024

Conversation

adamfarquhar
Copy link
Contributor

Refactoring.
Moved the 100+ line arg parsing routine out of fido.py into cli_args.py along with additional tests for it in test/test_cli_args.py

Moved test data files into a tests/test_data.

@adamfarquhar
Copy link
Contributor Author

Started to refactor. The first step was to move the argument parsing into a separate module.

Copy link
Member

@carlwilson carlwilson left a comment

Choose a reason for hiding this comment

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

Nice and straightforward.

@carlwilson carlwilson merged commit 1592856 into rel/1.8 Sep 23, 2024
8 of 9 checks passed
@carlwilson carlwilson deleted the dev/refactor-arg-parsing branch September 23, 2024 14:06
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