-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding pydantic argparse cli and Refactor Looper Tests #472
Adding pydantic argparse cli and Refactor Looper Tests #472
Conversation
Some misc notes on usage by example: |
I had to add |
Commands are added. |
Dev rethink testing
…comprehensive test
I think you're collecting other changes on this PR -- I think you may need to rebase the dev branch into feature-pydantic-argparse-cli, because the incoming branch here is carrying with it a bunch of unrelated updates, making it hard to review the PR |
…c-argparse-cli # Conflicts: # looper/looper.py # requirements/requirements-all.txt
I merged the downstream changes into target branch to make it a bit more legible. |
Partially addresses #464, though there still is work to be done with writing more comprehensive smoketests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me, I made some suggestions.
a3a736d
into
feature-pydantic-argparse-cli
This PR accomplishes these major tasks:
CLI
argparse
CLI definition to apydantic
basis for most important commands #438 , where we migrate the argument parser to a pydantic-argparseTESTS
TODO: