Skip to content

Commit

Permalink
Mark connection methods to update
Browse files Browse the repository at this point in the history
  • Loading branch information
king-alexander committed Mar 20, 2023
1 parent 2797a50 commit 76fd2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/cert_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def connection():
# Third-Party Libraries
from mongoengine import connect

# TODO: Update this connection method. See #9 for more details.
connect(host="mongomock://localhost", alias="default")


Expand Down
1 change: 1 addition & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def test_load_config_valid():

def test_connect_from_config_valid(valid_config):
"""Test that a valid configuration connects to appropriate connections."""
# TODO: Update this connection method. See #9 for more details.
util.connect_from_config(valid_config)

0 comments on commit 76fd2a6

Please sign in to comment.