mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 19:41:23 +02:00
Run tests in verbose mode.
This commit is contained in:
parent
5065c4f878
commit
8158fa8c45
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ class PyTest(TestCommand):
|
|||||||
TestCommand.finalize_options(self)
|
TestCommand.finalize_options(self)
|
||||||
self.test_suite = True
|
self.test_suite = True
|
||||||
self.test_args = [
|
self.test_args = [
|
||||||
'--doctest-modules',
|
'--doctest-modules', '--verbose',
|
||||||
'./httpie', './tests'
|
'./httpie', './tests'
|
||||||
]
|
]
|
||||||
self.test_suite = True
|
self.test_suite = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user