# and runs the tests with no fancy stuff like parallel execution.
deffinalize_options(self):
TestCommand.finalize_options(self)
self.test_suite=True
self.test_args=[
'--doctest-modules','--verbose',
'./httpie','./tests'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.