Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tox --version should display loaded plugins #544

Closed
ssbarnea opened this issue Jul 7, 2017 · 0 comments
Closed

tox --version should display loaded plugins #544

ssbarnea opened this issue Jul 7, 2017 · 0 comments
Assignees
Labels
area:reporting feature:change something exists already but should behave differently

Comments

@ssbarnea
Copy link
Member

ssbarnea commented Jul 7, 2017

It seems that currently tox is very secretive about which plugins it did load and that's not giving the best user experience.

Based on the implementations from other tools, usually they display plugin information alongside with their versions, because that results describes the best what you really run.

One nice example is pytest --version:

pytest --version                                                                                                                                                              [15:24:20]
This is pytest version 3.0.7, imported from /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/pytest.pyc
setuptools registered plugins:
  pytest-xdist-1.15.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/xdist/boxed.py
  pytest-xdist-1.15.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/xdist/looponfail.py
  pytest-xdist-1.15.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/xdist/plugin.py
  pytest-pep8-1.0.6 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/pytest_pep8.py
  pytest-mock-1.6.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/pytest_mock.py
  pytest-instafail-0.3.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/pytest_instafail.py
  pytest-cov-2.4.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/pytest_cov/plugin.py
  flaky-3.3.0 at /Users/ssbarnea/.venv/rh/lib/python2.7/site-packages/flaky/flaky_pytest_plugin.py
@obestwalter obestwalter added area:reporting feature:change something exists already but should behave differently and removed enhancement labels Jul 16, 2017
@obestwalter obestwalter self-assigned this Sep 10, 2017
obestwalter added a commit that referenced this issue Sep 11, 2017
* #544 tox --version shows registered plugins now

* add news fragment

* make easier to test and add tests
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area:reporting feature:change something exists already but should behave differently
Projects
None yet
Development

No branches or pull requests

2 participants