| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
==========================================
+ Coverage 72.6% 72.61% +<.01%
==========================================
Files 60 60
Lines 11912 11915 +3
==========================================
+ Hits 8649 8652 +3
Misses 2736 2736
Partials 527 527
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| assert v == "b" | ||
| if k == "c": | ||
| assert v == 5.5 | ||
| assertRaises(TypeError,a.items,'a') |
There was a problem hiding this comment.
nit Please follow PEP8 when you writing python code.
assertRaises(TypeError, a.items, 'a')
Sorry, something went wrong.
|
@corona10 |
Sorry, something went wrong.
|
@corona10 |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry for the delay
LGTM
Sorry, something went wrong.
|
@Sungmin-Joo Next time, I recommend you to work on the sperate branch rather than master branch :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #101