예제 #1
0
 def __init__(self):
     self.client = app.test_client()
     FlexGetBase.__init__(self)
예제 #2
0
 def __init__(self, api_key):
     self.api_key = api_key
     self.client = app.test_client()
예제 #3
0
파일: test_api.py 프로젝트: jgrnt/Flexget
 def __init__(self):
     self.client = app.test_client()
     FlexGetBase.__init__(self)
예제 #4
0
파일: conftest.py 프로젝트: Lukeid/Flexget
 def __init__(self, api_key):
     self.api_key = api_key
     self.client = app.test_client()