Skip to content

Conversation

@Sungmin-Joo
Copy link
Contributor

@Sungmin-JooSungmin-Joo commented Oct 6, 2019

Fixes#101

@codecov-io
Copy link

codecov-io commented Oct 6, 2019

Codecov Report

Merging #115 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@ 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
Impacted FilesCoverage Δ
py/dict.go65.78% <100%> (+0.92%)⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3df7a4...f64b79f. Read the comment docs.

assertv=="b"
ifk=="c":
assertv==5.5
assertRaises(TypeError,a.items,'a')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit Please follow PEP8 when you writing python code.

assertRaises(TypeError, a.items, 'a')

@Sungmin-Joo
Copy link
ContributorAuthor

@corona10
Okay, I'm done with it right away.

@Sungmin-Joo
Copy link
ContributorAuthor

@corona10
I'm sorry, but can you check it again?

Copy link
Collaborator

@corona10corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay
LGTM

@corona10
Copy link
Collaborator

@Sungmin-Joo Next time, I recommend you to work on the sperate branch rather than master branch :)

@corona10corona10 merged commit 4c28217 into go-python:masterNov 18, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Found a problem with the args of the Dictionary "items" function.

3 participants

@Sungmin-Joo@codecov-io@corona10