You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: