Parser => HTTPieArgumentParser

This commit is contained in:
Jakub Roztocil
2016-02-28 19:01:54 +08:00
parent 10da7b63a3
commit 8c33e5e3d3
3 changed files with 11 additions and 8 deletions

View File

@ -201,7 +201,7 @@ class TestURLshorthand:
class TestArgumentParser:
def setup_method(self, method):
self.parser = input.Parser()
self.parser = input.HTTPieArgumentParser()
def test_guess_when_method_set_and_valid(self):
self.parser.args = argparse.Namespace()