You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Cleanup
This commit is contained in:
4
Makefile
4
Makefile
@@ -75,13 +75,13 @@ venv:
|
||||
|
||||
|
||||
test:
|
||||
@echo $(H1)Running tests on the current Python interpreter $(HEADER_EXTRA) $(H1END)
|
||||
@echo $(H1)Running tests$(HEADER_EXTRA)$(H1END)
|
||||
$(VENV_BIN)/py.test $(COV) ./httpie $(COV) ./tests --doctest-modules --verbose ./httpie ./tests
|
||||
@echo
|
||||
|
||||
|
||||
test-cover: COV=--cov
|
||||
test-cover: HEADER_EXTRA='(with coverage)'
|
||||
test-cover: HEADER_EXTRA=' (with coverage)'
|
||||
test-cover: test
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user