Skip to content

Fix bug in "items" function - #115

Merged
corona10 merged 2 commits into
go-python:masterfrom
Sungmin-Joo:master
Nov 18, 2019
Merged

Fix bug in "items" function#115
corona10 merged 2 commits into
go-python:masterfrom
Sungmin-Joo:master

Conversation

@Sungmin-Joo

@Sungmin-Joo Sungmin-Joo commented Oct 6, 2019

Copy link
Copy Markdown
Contributor

Fixes #101

@codecov-io

codecov-io commented Oct 6, 2019

Copy link
Copy Markdown

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 Files Coverage Δ
py/dict.go 65.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.

Comment thread py/tests/dict.py Outdated
assert v == "b"
if k == "c":
assert v == 5.5
assertRaises(TypeError,a.items,'a')

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@Sungmin-Joo

Copy link
Copy Markdown
Contributor Author

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

@corona10 corona10 left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Collaborator

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

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

Labels

None yet

3 participants