Skip to content

Commit

Permalink
Add missing mock
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 27, 2022
1 parent af5bac2 commit 8769354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account/test/mock/MySQLdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def __init__(self, *args, **keys):
self.sql = []
self._populate_mock_db()

def set_character_set(self, cs):
pass

def _populate_mock_db(self):
c = self.db.cursor()
for sql in MOCK_DB_SETUP:
Expand Down

0 comments on commit 8769354

Please sign in to comment.