Skip to content
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

Implement and test copy and deepcopy #31

Conversation

jtv8
Copy link
Contributor

@jtv8 jtv8 commented May 22, 2020

Closes #6

@jtv8 jtv8 linked an issue May 22, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #31 into master will increase coverage by 2.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   83.19%   85.50%   +2.31%     
==========================================
  Files          31       31              
  Lines         476      483       +7     
==========================================
+ Hits          396      413      +17     
+ Misses         80       70      -10     
Flag Coverage Δ
#unittests 85.50% <100.00%> (+2.31%) ⬆️
Impacted Files Coverage Δ
wysdom/dom/DOMDict.py 100.00% <100.00%> (ø)
wysdom/dom/DOMList.py 75.00% <100.00%> (+5.55%) ⬆️
wysdom/dom/DOMObject.py 84.48% <100.00%> (+10.34%) ⬆️

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 ca84721...b6a661a. Read the comment docs.

@jtv8 jtv8 merged commit f70718c into master May 22, 2020
@jtv8 jtv8 deleted the issue-6-Implement_copy_and_deepcopy_without_relying_on_dict_and_list_implementations branch May 23, 2020 17:25
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.

Implement copy and deepcopy without relying on dict and list implementations
1 participant