예제 #1
0
파일: tests.py 프로젝트: datatalking/scout
 def setUp(self):
     super(TestSearch, self).setUp()
     self.app = app.test_client()
     self.index = Index.create(name='default')
     Index.create(name='unused-1')
     Index.create(name='unused-2')
     app.config['AUTHENTICATION'] = None
예제 #2
0
파일: tests.py 프로젝트: sharpglasses/scout
 def setUp(self):
     super(TestSearch, self).setUp()
     self.app = app.test_client()
     self.index = Index.create(name='default')
     Index.create(name='unused-1')
     Index.create(name='unused-2')
     app.config['AUTHENTICATION'] = None
예제 #3
0
 def setUp(self):
     super(TestSearchViews, self).setUp()
     self.app = app.test_client()
     app.config['AUTHENTICATION'] = None
예제 #4
0
파일: tests.py 프로젝트: datatalking/scout
 def setUp(self):
     super(TestSearchViews, self).setUp()
     self.app = app.test_client()
     app.config['AUTHENTICATION'] = None