示例#1
0
 def teardown(self):
     self.ctx.pop()
     annotateit.drop_all(self.app)
示例#2
0
def setup():
    app = annotateit.create_app()
    try:
        annotateit.drop_all(app)
    except elasticsearch.exceptions.NotFoundError:
        pass
示例#3
0
def setup():
    app = annotateit.create_app()
    try:
        annotateit.drop_all(app)
    except pyes.exceptions.ElasticSearchException:
        pass