Mercurial > p > roundup > code
comparison test/test_mysql.py @ 5915:8814d1d5cb4e
issue2551025- mysql failure with 1.3.14 mysqlclient. fix mixed tab/space
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Oct 2019 21:17:38 -0400 |
| parents | c840e8a571d3 |
| children | 6b4857686365 |
comparison
equal
deleted
inserted
replaced
| 5914:c840e8a571d3 | 5915:8814d1d5cb4e |
|---|---|
| 34 def setUp(self): | 34 def setUp(self): |
| 35 self.module.db_nuke(config) | 35 self.module.db_nuke(config) |
| 36 | 36 |
| 37 def tearDown(self): | 37 def tearDown(self): |
| 38 if self.db: | 38 if self.db: |
| 39 self.db.close() | 39 self.db.close() |
| 40 self.nuke_database() | 40 self.nuke_database() |
| 41 | 41 |
| 42 def nuke_database(self): | 42 def nuke_database(self): |
| 43 self.module.db_nuke(config) | 43 self.module.db_nuke(config) |
| 44 | 44 |
