-
Notifications
You must be signed in to change notification settings - Fork 11
Add ordered dictionary for quicker look up of Installation packages in StatusHandler #194
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
==========================================
+ Coverage 90.01% 90.07% +0.05%
==========================================
Files 90 90
Lines 14356 14423 +67
==========================================
+ Hits 12923 12991 +68
+ Misses 1433 1432 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
rane-rajasi
left a comment
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.
Comments inline
66fd848 to
86e2209
Compare
rane-rajasi
left a comment
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.
Comments inline
52245e1 to
cc2b9a2
Compare
cc2b9a2 to
49a32af
Compare
rane-rajasi
left a comment
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.
@feng-j678 Now that the py27 CI issue is fixed, let that PR go in first, so you can fetch latest from master into this PR, run py27 on this PR and then merge.
…into user/jf/add_orderdict_installation
What is in this PR:
[X] Modify the nested for loop in set_package_install_status and set_package_install_status_classification to use order dictionary for quicker look up
[X] unit test installation order dictionary