Skip to content

Fix bug in "items" function #115

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

Merged
merged 2 commits into from
Nov 18, 2019
Merged

Fix bug in "items" function #115

merged 2 commits into from
Nov 18, 2019

Conversation

Sungmin-Joo
Copy link
Contributor

@Sungmin-Joo Sungmin-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 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.

py/tests/dict.py Outdated
@@ -35,6 +36,7 @@
assert v == "b"
if k == "c":
assert v == 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
Contributor Author

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

@Sungmin-Joo
Copy link
Contributor Author

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

Copy link
Collaborator

@corona10 corona10 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 :)

@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
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