Skip to content

Commit

Permalink
Run tests in verbose mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Apr 26, 2014
1 parent 5065c4f commit 8158fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def finalize_options(self):
TestCommand.finalize_options(self)
self.test_suite = True
self.test_args = [
'--doctest-modules',
'--doctest-modules', '--verbose',
'./httpie', './tests'
]
self.test_suite = True
Expand Down

0 comments on commit 8158fa8

Please sign in to comment.