-
Notifications
You must be signed in to change notification settings - Fork 14
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
ENH - rewrite rally_extract_tests.py #137
Conversation
assert all( | ||
val in config_dict for val in required_values | ||
), "Config file is missing required values." |
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.
Do we want to error with which values we are missing here?
response.raise_for_status() | ||
|
||
|
||
def main(user_args: List): |
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.
Could you add docstrings to the main method?
Would this method return a specific variable?
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.
no it doesn't return anything - it just writes rally test results to a file
Co-authored-by: Kalibh Halford <[email protected]>
I'm still waiting for when Ops is not busy so I can grab some dummy rally output files to use for testing |
I'm closing this until I write the tests |
rewrite rally_extract_tests.py incorporating changes from #89
Needs unit-tests and proper testing