Skip to content

Provide a way to reduce the diagnostic output #256

@pytoxbot

Description

@pytoxbot

When I run my tests, tox prints a number of lines of information. This is helpful when things are going wrong, but I don't need to see them on every test run.

$ tox -epy27-django14 py27-django14 develop-inst-noop: /Users/ned/coverage/django_coverage_plugin py27-django14 installed: -f /Users/ned/Downloads/local_pypi,coverage==4.0a6,Django==1.4.20,-e git+git@github.com:nedbat/django_coverage_plugin.git@b337234512edc50f3962871bd03998da20d26446#egg=django_coverage_plugin-master,six==1.9.0,wheel==0.24.0 py27-django14 runtests: PYTHONHASHSEED='471377262' py27-django14 runtests: commands[0] | /Users/ned/coverage/django_coverage_plugin/.tox/py27-django14/bin/python -c import tests.banner CPython 2.7.6; Django 1.4.20 py27-django14 runtests: commands[1] | /Users/ned/coverage/django_coverage_plugin/.tox/py27-django14/bin/python -m unittest discover -b ...........................s......... ---------------------------------------------------------------------- Ran 37 tests in 0.301s OK (skipped=1) 

Here there are 11 lines of output. Five are from tox, and I would like to suppress them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:reportingfeature:newsomething does not exist yet, but shouldlevel:mediumrought estimate that this might be neither easy nor hard to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions