Exemplo n.º 1
0
#!/usr/bin/python2
from models.model import dropSchema


dropSchema()
Exemplo n.º 2
0
 def tearDown(self):
     self.session.close()
     dropSchema()