def test_detach_db():
    DBManager.detach_db()
Example #2
0
 def __exit__(self,  exc_type, exc_val, exc_tb):
     DBManager.detach_db()