-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat(abr-testing): Automated ABR data collection Make command #16548
Conversation
|
||
def update_cell( | ||
self, sheet_title: str, row: int, column: int, single_data: Any | ||
) -> Tuple[int, int, Any]: | ||
"""Update ONE individual cell according to a row and column.""" | ||
try: |
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.
why did you remove error handling here
if CLEAN_PROTOCOL: | ||
# set_api_level(Path(protocol_file_path)) |
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.
why was set_api_level commented out
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.
Great work!
Overview
Make commands for ABR testing:
Test Plan and Hands on Testing
Manually tested commands