mirror of
https://github.com/httpie/cli.git
synced 2025-05-13 22:06:33 +02:00
Merge pull request #638 from gtback/update-contributing-rst
Update CONTRIBUTING.rst to include correct Makefile targets.
This commit is contained in:
commit
d64e7d8a6a
@ -47,7 +47,7 @@ Go to https://github.com/jakubroztocil/httpie and fork the project repository.
|
|||||||
|
|
||||||
# Install dev. requirements and also HTTPie (in editable mode
|
# Install dev. requirements and also HTTPie (in editable mode
|
||||||
# so that the `http' command will point to your working copy):
|
# so that the `http' command will point to your working copy):
|
||||||
make
|
make init
|
||||||
|
|
||||||
|
|
||||||
Making Changes
|
Making Changes
|
||||||
@ -71,12 +71,9 @@ Running all tests:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# Run all tests on the current Python interpreter
|
# Run all tests on the current Python interpreter with coverage
|
||||||
make test
|
make test
|
||||||
|
|
||||||
# Run all tests on the current Python with coverage
|
|
||||||
make test-cover
|
|
||||||
|
|
||||||
# Run all tests in all of the supported and available Pythons via Tox
|
# Run all tests in all of the supported and available Pythons via Tox
|
||||||
make test-tox
|
make test-tox
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user