-
Notifications
You must be signed in to change notification settings - Fork 33
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
kcidb test result field info extracting script #434
Conversation
I made some changes and the script still works the same. I tested it. |
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.
I would love if we added some unit tests for this script in the future :)
But it's great for now
Do you want me to squash the commits? |
Squashed |
Thank you, @octonawish-akcodes and @tales-aparecida ❤️ |
This is the kcidb test result field info extracting script which will save the results in a csv file
To run
python3 script.py <test file.json> > <output file.csv>
Need reviews @spbnick