示例#1
0
 def create_app(self):
     app = create_app()
     app.config['TESTING'] = True
     app.config['INUPYPI_REPO'] = str(self.repo)
     app.config['HTAUTH_HTPASSWD_PATH'] = str(self.htpasswd)
     app.config['HTAUTH_REALM'] = 'Testing Authentication'
     return app
示例#2
0
 def create_app(self):
     app = create_app()
     app.config['TESTING'] = True
     app.config['INUPYPI_REPO'] = str(self.repo)
     app.config['HTAUTH_HTPASSWD_PATH'] = str(self.htpasswd)
     app.config['HTAUTH_REALM'] = 'Testing Authentication'
     return app
示例#3
0
 def create_app(self):
     app = create_app()
     app.config['TESTING'] = True
     app.config['INUPYPI_REPO'] = str(self.temp)
     return app