コード例 #1
0
ファイル: indexer-test.py プロジェクト: EmPeWe/shiva-server
 def test_main(self):
     with app.app_context():
         app.config["MEDIA_DIRS"] = []
         lola = Indexer(app.config)
         nose.eq_(lola.run(), None)
コード例 #2
0
 def test_main(self):
     with app.app_context():
         app.config['MEDIA_DIRS'] = []
         lola = Indexer(app.config)
         nose.eq_(lola.run(), None)
コード例 #3
0
 def test_main(self):
     with shiva.app.test_request_context():
         shiva.app.config['MEDIA_DIRS'] = []
         lola = Indexer(shiva.app.config)
         nose.eq_(lola.run(), None)