Example #1
0
    def tearDown(self):
        """Clean up after the test"""
        EntertainerTest.tearDown(self)

        connection = sqlite.connect(self.config.MUSIC_DB)
        cursor = connection.cursor()
        cursor.execute("""DROP TABLE IF EXISTS track""")
        connection.commit()
        connection.close()
Example #2
0
 def tearDown(self):
     '''See unittest.TestCase'''
     EntertainerTest.tearDown(self)
Example #3
0
 def tearDown(self):
     """Clean up after the test"""
     EntertainerTest.tearDown(self)
 def tearDown(self):
     """Clean up after the test"""
     EntertainerTest.tearDown(self)
Example #5
0
 def tearDown(self):
     '''Clean up after the test.'''
     EntertainerTest.tearDown(self)
 def tearDown(self):
     '''Clean up after the test'''
     EntertainerTest.tearDown(self)
Example #7
0
 def tearDown(self):
     """Tear down test"""
     EntertainerTest.tearDown(self)
Example #8
0
 def tearDown(self):
     '''See unittest.TestCase'''
     EntertainerTest.tearDown(self)
 def tearDown(self):
     """Tear down test"""
     EntertainerTest.tearDown(self)