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

added localhost test for MongoURIStore #595

Merged
merged 1 commit into from Mar 8, 2022

Conversation

jmmshn
Copy link
Contributor

@jmmshn jmmshn commented Mar 8, 2022

The constructor for MongoURIStore bypasses the MongoStore constructor so the mongoclient_kwarg has to be explicitly added here.
Added test to catch these next time

@jmmshn
Copy link
Contributor Author

jmmshn commented Mar 8, 2022

Found this while doing a PR on atomate:
hackingmaterials/atomate#751

@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #595 (456b49f) into main (7ba89b1) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #595   +/-   ##
=======================================
  Coverage   89.12%   89.13%           
=======================================
  Files          40       40           
  Lines        2796     2797    +1     
=======================================
+ Hits         2492     2493    +1     
  Misses        304      304           
Impacted Files Coverage Δ
src/maggma/stores/mongolike.py 86.88% <100.00%> (+0.03%) ⬆️

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 3ce3c48...456b49f. Read the comment docs.

@munrojm munrojm merged commit d0b043e into materialsproject:main Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants