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

@@ -30,10 +30,6 @@ def args_handler(conf_func):
class TestControl(TestHTTP):
# TODO socket reuse
# TODO http client
@args_handler
def conf(self, conf, url):
return self.put(**self._get_args(url, conf))['body']