Test connection tweaks for Travis

This commit is contained in:
Andy Dustman
2012-10-01 13:14:38 -04:00
parent 9bf8bcf894
commit 1936b93cf0
4 changed files with 3 additions and 5 deletions

View File

@ -44,7 +44,7 @@ class CoreAPI(unittest.TestCase):
"""Test _mysql interaction internals."""
def setUp(self):
self.conn = _mysql.connect(db='test', host='127.0.0.1', user='test') #read_default_file="~/.my.cnf")
self.conn = _mysql.connect(db='test', host='127.0.0.1', user='root')
def tearDown(self):
self.conn.close()