-
Notifications
You must be signed in to change notification settings - Fork 344
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
Improve Avocado jobs command #5762
Conversation
Dear contributor,
As for the Avocado utility modules (“avocado.utils”) it is OK to introduce new functionality, |
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.
Hi @v1siuol thank you for your contribution, I very appreciate it. Overall, the changes LGTM. I have just some comments to style, so our checks will be ok.
Please add your sign into your commit based on our Commit style guide.
Run black .
command in avocado root dir, that will fix all your style issues based on our style requirements.
If you need any help with those changes, don't hesitate to ask. We will help you.
We use monotonic time format in json result for start and end tests. Even this is more accurate format, sometimes it is difficult to work with it. Therefore, this adds also actual time to the results, which is the time in seconds, based on `time.time()`. Reference: avocado-framework#5762 Signed-off-by: Jan Richter <[email protected]>
Signed-off-by: v1siuol <[email protected]>
Signed-off-by: v1siuol <[email protected]>
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.
Hi @v1siuol, thank you for your update, it LGTM.
Fix #5761