Run tests in verbose mode.

This commit is contained in:
Jakub Roztocil 2014-04-26 11:03:53 +02:00
parent 5065c4f878
commit 8158fa8c45

View File

@ -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