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

ignoring parse_uri if testing config is true and use mongomock uri schema #203

Closed
wants to merge 1 commit into from

Conversation

brunobelarmino
Copy link
Member

Ignoring pymongo uri validation if app.config['TESTING'] is True and either app.config['MONGODB_HOST'] or app.config['MONGODB_SETTINGS'] = { 'host': ''} is set to mongomock uri schema (mongomock://).

Solves issue #98.

@brunobelarmino brunobelarmino changed the title ignoring parse_uri if testing config is true and use mongomock uri schema #98 ignoring parse_uri if testing config is true and use mongomock uri schema Feb 24, 2016
@brunobelarmino brunobelarmino deleted the mongomock branch February 24, 2016 02:50
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.

None yet

1 participant