From 8158fa8c4555f05cb2a5e723707244054cd1b0df Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Apr 2014 11:03:53 +0200 Subject: [PATCH] Run tests in verbose mode. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 814cf607..173d84f8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ class PyTest(TestCommand): TestCommand.finalize_options(self) self.test_suite = True self.test_args = [ - '--doctest-modules', + '--doctest-modules', '--verbose', './httpie', './tests' ] self.test_suite = True