change: remove unittests with flask mock server

This commit is contained in:
debugtalk
2020-05-15 23:15:03 +08:00
parent 6bc4be59ff
commit 69ade18828
50 changed files with 2 additions and 3008 deletions

View File

@@ -113,7 +113,7 @@ class RequestData(BaseModel):
class ResponseData(BaseModel):
status_code: int
cookies: Dict
encoding: Text
encoding: Union[Text, None] = None
headers: Dict
content_type: Text
body: Union[Text, bytes, Dict]