Explorar el Código

Unlink without opening

Oz N Tiram hace 8 años
padre
commit
b50fd42dd5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/test_init.py

+ 0 - 1
tests/test_init.py

@@ -73,7 +73,6 @@ class TestInit(unittest.TestCase):
         self.tester.create()
 
     def tearDown(self):
-        self.db._con.close()
         os.unlink(self.db._filename)
 
     def test_get_db_version(self):