Пример #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()
Пример #2
0
 def tearDown(self):
     '''See unittest.TestCase'''
     EntertainerTest.tearDown(self)
Пример #3
0
 def tearDown(self):
     """Clean up after the test"""
     EntertainerTest.tearDown(self)
Пример #4
0
 def tearDown(self):
     """Clean up after the test"""
     EntertainerTest.tearDown(self)
Пример #5
0
 def tearDown(self):
     '''Clean up after the test.'''
     EntertainerTest.tearDown(self)
 def tearDown(self):
     '''Clean up after the test'''
     EntertainerTest.tearDown(self)
Пример #7
0
 def tearDown(self):
     """Tear down test"""
     EntertainerTest.tearDown(self)
Пример #8
0
 def tearDown(self):
     '''See unittest.TestCase'''
     EntertainerTest.tearDown(self)
Пример #9
0
 def tearDown(self):
     """Tear down test"""
     EntertainerTest.tearDown(self)