Tests: style.

This commit is contained in:
Andrei Zeliankou
2022-04-11 21:05:14 +01:00
parent aeed86c682
commit 0f72534660
36 changed files with 285 additions and 337 deletions

View File

@@ -75,8 +75,7 @@ Content-Length: 10
"type": self.get_application_type(),
"processes": {"spare": 0},
"path": option.test_dir + "/python/mirror",
"working_directory": option.test_dir
+ "/python/mirror",
"working_directory": option.test_dir + "/python/mirror",
"module": "wsgi",
},
"custom_header": {
@@ -126,8 +125,7 @@ Content-Length: 10
"type": self.get_application_type(),
"processes": {"spare": 0},
"path": option.test_dir + "/python/mirror",
"working_directory": option.test_dir
+ "/python/mirror",
"working_directory": option.test_dir + "/python/mirror",
"module": "wsgi",
}
},
@@ -502,8 +500,7 @@ Content-Length: 10
"type": self.get_application_type(),
"processes": {"spare": 0},
"path": option.test_dir + "/python/mirror",
"working_directory": option.test_dir
+ "/python/mirror",
"working_directory": option.test_dir + "/python/mirror",
"module": "wsgi",
},
},