You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Removed pytest-xdist
The test suite is much less IO-bound now with the local httpbin instance (via pytest-httpbin). Therefore, paralelization is not as helpful.
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,8 +22,8 @@ init: uninstall-httpie
|
||||
@echo
|
||||
|
||||
test: init
|
||||
@echo $(TAG)Running tests in on current Python in parallel and with coverage $(END)
|
||||
py.test --cov ./httpie --cov ./tests -n 8 --doctest-modules --verbose ./httpie ./tests
|
||||
@echo $(TAG)Running tests in on current Python with coverage $(END)
|
||||
py.test --cov ./httpie --cov ./tests --doctest-modules --verbose ./httpie ./tests
|
||||
@echo
|
||||
|
||||
test-tox: init
|
||||
|
Reference in New Issue
Block a user