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

Is it possible to instantly open panel with output to see tests in progress? #8

Open
kiddten opened this issue Nov 14, 2017 · 3 comments

Comments

@kiddten
Copy link

kiddten commented Nov 14, 2017

Waiting for tests in background and looking just at status bar is kinda confusing.

@kiddten kiddten changed the title Is it possible to instantly open panel with outhput to see tests in progress? Is it possible to instantly open panel with output to see tests in progress? Nov 14, 2017
@kaste
Copy link
Owner

kaste commented Nov 14, 2017

That is currently not implemented. What I usually do is that I have a keyboard shortcut set

{ "keys": ["ctrl+'"], "command": "pytest_toggle_panel" }

which will show/hide the output panel. Usually, I think that automatic popping or starring at test runs as the dots fly in to be very distracting. Don't you lose the focus on writing code or thinking about what you just wrote?

@kiddten
Copy link
Author

kiddten commented Nov 14, 2017

When I am running tests I am focused on test. So it is a bit confusing when nothing happens except small progress on status bar. So could be useful for users to have such configurable option

@kaste
Copy link
Owner

kaste commented Nov 14, 2017

Yeah, sure, if I don't wear my TDD hat, I actually watch these dots as well, that's why I implemented this toggle panel command I just mentioned. I don't remember right now, but don't you need this command anyway to close the panel and return to editing.

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

No branches or pull requests

2 participants