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

Can't scroll test results in pop-up #101

Closed
pypeaday opened this issue Feb 16, 2022 · 3 comments
Closed

Can't scroll test results in pop-up #101

pypeaday opened this issue Feb 16, 2022 · 3 comments

Comments

@pypeaday
Copy link

Describe the bug
Info: Neovim 0.6, python 3.8, pytest

This may not be a true bug and instead if vim-noobish-ness on my part (only been in nvim for about 8 months) but when I run tests I can see the pytest output if I put my cursor on a test but I cannot scroll the output like I see in the sample gifs.

To Reproduce
Not sure how to reproduce if this isn't an issue for you already

Expected behavior
I think I'd expect to be focused in on the pop up (is it a vim terminal buffer?) and then when I'm done I'd :q or something to get back to my code.

@rcarriga
Copy link
Owner

You can jump to the output window with the <Plug>(ultest-output-jump) mapping and once in the window you are correct it is a terminal buffer which you move around in like any other

@pypeaday
Copy link
Author

Awesome thank you! I didn't know what that notation meant - some googling got me there! Thanks again for the quick reply!

@wookayin
Copy link

Or :call ultest#output#jumpto()

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

3 participants