Addressing code review comments for debian identification (#115)#131
Addressing code review comments for debian identification (#115)#131yarikoptic merged 7 commits intoReproNim:masterfrom
Conversation
…entation about file reading errors
Codecov Report
@@ Coverage Diff @@
## master #131 +/- ##
==========================================
+ Coverage 76.41% 77.01% +0.59%
==========================================
Files 119 117 -2
Lines 8363 8208 -155
==========================================
- Hits 6391 6321 -70
+ Misses 1972 1887 -85
Continue to review full report at Codecov.
|
| 'cmd:annex': _get_annex_version, | ||
| 'cmd:git': _get_git_version | ||
| 'cmd:git': _get_git_version, | ||
| 'cmd:apt-cache': _get_apt_cache_version |
There was a problem hiding this comment.
insignificant "styling" comment: python allow trailing , between items of the list, dict, or tuple. So I usually add it to minimize the diff next time (since I wouldn't need to add it to preceding line)
| 500 http://debproxy:9999/debian/ jessie-backports/contrib Translation-en | ||
| 100 http://debproxy:9999/debian/ jessie-backports/non-free amd64 Packages | ||
| release o=Debian Backports,a=jessie-backports,n=jessie-backports,l=Debian Backports,c=non-free | ||
| origin debproxy |
There was a problem hiding this comment.
I believe I added it on the commit but it doesn't show here -- could we have a test which tests that value is parsed correctly?
There was a problem hiding this comment.
That is a quote right from your bug report, but I cut out the exact portion that caused the problem. I'm happy to add more if you wish...
There was a problem hiding this comment.
What I meant -- could the test verify correct parsing of this line -- that we are getting correct record with origin="Debian Backports" etc?
PS as for what "doesn't show here" -- it was about my comment, not the code ;)
|
I think we could merge as soon as wip label disappears ;-) |
|
@yarikoptic I removed the WIP tag. There's only one thing left in your original review, and that's the "sledgehammer test". I'll do that as a separate pull request. So if you're happy, merge away! |
No description provided.