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

Report pytest plugins used while running a test suite #115

Closed
ccordoba12 opened this issue Mar 3, 2018 · 3 comments · Fixed by #146
Closed

Report pytest plugins used while running a test suite #115

ccordoba12 opened this issue Mar 3, 2018 · 3 comments · Fixed by #146

Comments

@ccordoba12
Copy link
Member

Since #114 will allow to run Spyder test suite inside Spyder itself (great achievement!) I'd like the plugin to report the installed pytest plugins (just like pytest foo.py does).

This is sometimes helpful for me, so it'd be nice to have it here too.

@bilderbuchi
Copy link

Maybe a good idea to capture the whole "intro" output that pytest spits out in the beginning (which contains the plugins loaded). This info will be practical if you have to debug any problems with your test runs.

@jitseniesen
Copy link
Member

In fact, the whole output is captured and displayed if you click "Show output" in the options menu in the plugin window. This allows you to find out the versions of your pytest plugins. Nevertheless, a more user friendly option is certainly worth having.

@jitseniesen jitseniesen added this to the v0.4 milestone Mar 4, 2018
@jitseniesen jitseniesen modified the milestones: v0.4, v0.5 Dec 28, 2019
@goanpeca goanpeca removed this from the v0.5 milestone Feb 23, 2020
@jitseniesen
Copy link
Member

Fixed by PR #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants