mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Easier coverage testing for subpackages.
You can now call "./tox.cover.sh acme", "./tox.cover acme letsencrypt" etc. to scope down coverage testing to particular subpackages. "./tox.cover.sh" checks coverage for all packages.
This commit is contained in:
@@ -52,7 +52,8 @@ The following tools are there to help you:
|
||||
before submitting a new pull request.
|
||||
|
||||
- ``tox -e cover`` checks the test coverage only. Calling the
|
||||
``./tox.cover.sh`` script directly might be a bit quicker, though.
|
||||
``./tox.cover.sh`` script directly (or even ``./tox.cover.sh $pkg1
|
||||
$pkg2 ...`` for any subpackages) might be a bit quicker, though.
|
||||
|
||||
- ``tox -e lint`` checks the style of the whole project, while
|
||||
``pylint --rcfile=.pylintrc path`` will check a single file or
|
||||
|
||||
Reference in New Issue
Block a user