diff options
Diffstat (limited to 'test/unit/control.py')
-rw-r--r-- | test/unit/control.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/control.py b/test/unit/control.py index 3008a64b..99436ca0 100644 --- a/test/unit/control.py +++ b/test/unit/control.py @@ -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'] |